aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Upload.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/ui/Upload.java')
-rw-r--r--src/com/itmill/toolkit/ui/Upload.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/ui/Upload.java b/src/com/itmill/toolkit/ui/Upload.java
index 3bcb998352..06d52fe2b4 100644
--- a/src/com/itmill/toolkit/ui/Upload.java
+++ b/src/com/itmill/toolkit/ui/Upload.java
@@ -144,7 +144,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
/** Notify all upload listeners */
private void notifyListeners() {
-
+ // TODO This should be implemented and called
}
/** Interface that must be implemented by the upload receivers.