Subversion Repository Public Repository

litesoft

Diff Revisions 960 vs 961 for /trunk/DeviceDesktopTest/src/org/litesoft/language/server/TextFileAccessor.java

Diff revisions: vs.
  @@ -7,10 +7,8 @@
7 7 /**
8 8 *
9 9 */
10 - public interface TextFileAccessor
11 - {
12 - @NotNull
13 - String[] read()
10 + public interface TextFileAccessor {
11 + @NotNull String[] read()
14 12 throws FileNotFoundException, IOException;
15 13
16 14 void write( @NotNull String[] pLines )