]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed javadoc typos
authorArtur Signell <artur.signell@itmill.com>
Tue, 22 Feb 2011 10:07:10 +0000 (10:07 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 22 Feb 2011 10:07:10 +0000 (10:07 +0000)
svn changeset:17366/svn branch:6.5

src/com/vaadin/ui/Upload.java

index 9023e8ed75cb963869a6273751ec58529f648a23..053e1897fc8a439e4855053b7dcb64c7a49088f4 100644 (file)
@@ -218,7 +218,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
     }
 
     /**
-     * Upload.Received event is sent when the upload receives a file, regardless
+     * Upload.FinishedEvent is sent when the upload receives a file, regardless
      * of whether the reception was successful or failed. If you wish to
      * distinguish between the two cases, use either SucceededEvent or
      * FailedEvent, which are both subclasses of the FinishedEvent.
@@ -303,7 +303,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
     }
 
     /**
-     * Upload.Interrupted event is sent when the upload is received, but the
+     * Upload.FailedEvent event is sent when the upload is received, but the
      * reception is interrupted for some reason.
      * 
      * @author IT Mill Ltd.
@@ -391,7 +391,8 @@ public class Upload extends AbstractComponent implements Component.Focusable {
     }
 
     /**
-     * Upload.Success event is sent when the upload is received successfully.
+     * Upload.SucceededEvent event is sent when the upload is received
+     * successfully.
      * 
      * @author IT Mill Ltd.
      * @version
@@ -415,7 +416,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
     }
 
     /**
-     * Upload.Started event is sent when the upload is started to received.
+     * Upload.StartedEvent event is sent when the upload is started to received.
      * 
      * @author IT Mill Ltd.
      * @version