aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/com/vaadin/server/StreamResource.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/src/com/vaadin/server/StreamResource.java b/server/src/com/vaadin/server/StreamResource.java
index adc2e23a3c..7210bcaffb 100644
--- a/server/src/com/vaadin/server/StreamResource.java
+++ b/server/src/com/vaadin/server/StreamResource.java
@@ -23,9 +23,7 @@ import com.vaadin.util.FileTypeResolver;
/**
* <code>StreamResource</code> is a resource provided to the client directly by
- * the application. The strean resource is fetched from URI that is most often
- * in the context of the application or window. The resource is automatically
- * registered to window in creation.
+ * the application.
*
* @author Vaadin Ltd.
* @since 3.0
@@ -65,8 +63,6 @@ public class StreamResource implements ConnectorResource {
* the source Stream.
* @param filename
* the name of the file.
- * @param application
- * the Application object.
*/
public StreamResource(StreamSource streamSource, String filename) {
setFilename(filename);