Subversion Repositories eFlore/Applications.cel

Rev

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

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