Rev 7 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client;
public class Util {
public Util() {
}
public static String toCelString(String str) {
return str.substring(1, str.length() - 1);
//
}
}