Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 27 Rev 31
Line 3... Line 3...
3
public class Util {
3
public class Util {
Line 4... Line 4...
4
 
4
 
5
	public Util() {
5
	public Util() {
Line 6... Line 6...
6
	}
6
	}
7
 
7
 
8
	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
		//