Subversion Repositories eFlore/Archives.cel-v2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 ddelon 1
package org.tela_botanica.client;
2
 
3
public class Util {
4
 
5
	public Util() {
6
	}
7
 
8
	public static String toCelString(String str) {
9
		return str.substring(1,str.length()-1);
10
		//
11
	}
12
}