Details | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 15 | arune | 1 | /** |
| 2 | * File created by Jimmy |
||
| 3 | * at 2003-dec-30 01:01:53 |
||
| 4 | */ |
||
| 5 | package Macbeth.Utilities; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Some system properites. |
||
| 9 | * @author Jimmy |
||
| 10 | */ |
||
| 11 | public class MySystem { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * The system-specific line break string. |
||
| 15 | */ |
||
| 16 | public static final String lineBreak = System.getProperty("line.separator"); |
||
| 17 | |||
| 18 | } |