Get local fashion for newlines.
()
| 34 | |
| 35 | /** Get local fashion for newlines. */ |
| 36 | public static String getNl() { return newline; } |
| 37 | |
| 38 | /** Local fashion for path separators. */ |
| 39 | private static String pathSep = System.getProperty("path.separator"); |
no outgoing calls