Subversion Repositories eFlore/Applications.cel

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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