Blame |
Last modification |
View Log
| SVN
| RSS feed
/**
* File created by Jimmy
* at 2003-dec-30 01:01:53
*/
package Macbeth.Utilities;
/**
* Some system properites.
* @author Jimmy
*/
public class MySystem {
/**
* The system-specific line break string.
*/
public static final String lineBreak =
System.
getProperty("line.separator");
}