Subversion Repositories eFlore/Archives.cel-v1

Rev

Go to most recent revision | Details | 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
 
8
	static String toCelString(String str) {
9
		return str.substring(1,str.length()-1);
10
		//
11
	}
12
}