equal
deleted
inserted
replaced
18 * |
18 * |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
|
23 |
23 package propertiesparser.parser; |
24 package propertiesparser.parser; |
24 |
25 |
25 import java.io.*; |
26 import java.io.*; |
26 import java.nio.file.Files; |
27 import java.nio.file.Files; |
27 import java.nio.file.Paths; |
28 import java.nio.file.Paths; |