Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 27 | Details | Compare with Previous | Last modification | View Log | RSS feed

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