org.webframe.support.util.StringUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-support Show documentation
Show all versions of wf-support Show documentation
Java Web Frame: wf-support
/*
* wf-support
* Created on 2011-5-5-下午10:10:17
*/
package org.webframe.support.util;
import java.io.File;
/**
* @author 黄国庆
* @version $Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-5-5 下午10:10:17
*/
public class StringUtils extends org.springframework.util.StringUtils {
public static String getSeparator() {
return File.separator;
}
}