package pl.wroc.pwr.system; public class Consts { public static String DOT = "."; //$NON-NLS-1$ public static String EMPTY = ""; //$NON-NLS-1$ public static String BLANK = " "; //$NON-NLS-1$ public static String NEW_LINE = "\r\n"; //$NON-NLS-1$ }