Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Blame | 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);
                //
        }
}