Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/util/OutputStreamFactory.java

Diff revisions: vs.
  @@ -8,5 +8,6 @@
8 8 */
9 9 public interface OutputStreamFactory
10 10 {
11 - OutputStream createOutputStream() throws IOException;
11 + OutputStream createOutputStream()
12 + throws IOException;
12 13 }