Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2 Rev 7
Line 4... Line 4...
4
 
4
 
5
	public Util() {
5
	public Util() {
Line 6... Line 6...
6
	}
6
	}
7
 
7
 
8
	public static String toCelString(String str) {
8
	public static String toCelString(String str) {
9
		return str.substring(1,str.length()-1);
9
		return str.substring(1, str.length() - 1);
10
		//
10
		//