/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package StevensLevel.filesystem; /** * * @author Tristan Goffman(tgoffman@gmail.com) Oct 17, 2011 */ public class FileSystemConstants { public static final String CONF_FILENAME = "BasicSL.conf"; public static String CONF_TEST_FILENAME = "TestSL.conf"; }