Subversion Repositories eFlore/Applications.del

Rev

Rev 464 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 464 Rev 474
Line 11... Line 11...
11
			return "desc";
11
			return "desc";
12
		}; 
12
		}; 
13
	},
13
	},
14
	PAS_DE_TRI {
14
	PAS_DE_TRI {
15
		public String toString() {
15
		public String toString() {
16
			return "";
16
			return "naturel";
17
		}; 
17
		}; 
18
	}
18
	}
19
}
19
}