1 package cz.cuni.amis.utils; 2 3 public class Const { 4 5 public static final String NEW_LINE = System.getProperty("line.separator"); 6 7 }