Browse Source

Improved javadoc (#10632)

Change-Id: Iec54c7425e5ee00d9dbc7dff5cf5ae8dbf28d214
tags/7.0.2
Artur Signell 11 years ago
parent
commit
5cc81cf36c
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      server/src/com/vaadin/server/StreamResource.java

+ 1
- 5
server/src/com/vaadin/server/StreamResource.java View File

@@ -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);

Loading…
Cancel
Save