Subversion Repository Public Repository

litesoft

Diff Revisions 939 vs 943 for /trunk/DeviceDesktopTest/src/org/litesoft/language/server/SimplePropertyFileAccessorImpl.java

Diff revisions: vs.
  @@ -1,11 +1,8 @@
1 1 package org.litesoft.language.server;
2 2
3 3 import java.io.*;
4 - import org.litesoft.core.typeutils.Objects;
5 4 import java.util.*;
6 5
7 - import org.litesoft.core.annotations.*;
8 -
9 6 /**
10 7 * Like Properties.java but simplified to only use natural lines and equals separators. And also supporting quoted values and only limited Key Forms Dotted Constrained Ascii Identifier (See Key).
11 8 * Only supports # comments (as only the first non-whitespace character in a line)