Subversion Repositories eFlore/Applications.coel

Rev

Rev 1035 | Rev 1043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1035 Rev 1040
Line 679... Line 679...
679
			if (!structureCollectee.comparer(identification)) {
679
			if (!structureCollectee.comparer(identification)) {
680
				structureARetourner = identification = structureCollectee;
680
				structureARetourner = identification = structureCollectee;
681
			}
681
			}
Line 682... Line 682...
682
			
682
			
-
 
683
		}
-
 
684
		
-
 
685
		
683
		}
686
		System.out.println(structureARetourner);
684
		return structureARetourner;
687
		return structureARetourner;
Line 685... Line 688...
685
	}
688
	}
686
	
689