12-10-2008 03:40 AM
public void setClassPath(String classPath)
{
String cleanClassPath = (classPath.endsWith("/")) ? classPath.substring(0, classPath.length() -1) : classPath;
this.classPath = cleanClassPath;
}01-03-2009 12:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.