[New] added further constants to StringHelper

This commit is contained in:
Robert von Burg 2013-10-08 19:57:40 +02:00
parent 41a7198cdd
commit 601692d3d9
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ import org.slf4j.LoggerFactory;
public class StringHelper {
public static final String NEW_LINE = "\n"; //$NON-NLS-1$
public static final String EMPTY = ""; //$NON-NLS-1$
public static final String NULL = "null"; //$NON-NLS-1$
private static final Logger logger = LoggerFactory.getLogger(StringHelper.class);