]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/IResponse.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / IResponse.java
index 353ed5edaacb6d81f25db8ead1aaded14e924bd9..4003e50219ce50a59cb49c9737e920261d825e32 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.document.server.io;\r
-\r
-import java.io.File;\r
-import java.io.IOException;\r
-\r
-public interface IResponse {\r
-       void setStatus(int statusCode);\r
-       void setContentType(String contentType);\r
-       void setHeader(String name, String value);\r
-       void setCookie(String name, String value, int maxAge, String path);\r
-       void setCacheTime(long milliseconds);   \r
-       void setContentLength(long length);\r
-       void writeBytes(byte[] bytes) throws IOException;\r
-       void writeString(String string) throws IOException;\r
-       long writeFile(File file) throws IOException;\r
-       void close() throws IOException;\r
-}\r
+package org.simantics.document.server.io;
+
+import java.io.File;
+import java.io.IOException;
+
+public interface IResponse {
+       void setStatus(int statusCode);
+       void setContentType(String contentType);
+       void setHeader(String name, String value);
+       void setCookie(String name, String value, int maxAge, String path);
+       void setCacheTime(long milliseconds);   
+       void setContentLength(long length);
+       void writeBytes(byte[] bytes) throws IOException;
+       void writeString(String string) throws IOException;
+       long writeFile(File file) throws IOException;
+       void close() throws IOException;
+}