Browse Source

Removed unused code and filed bug #174 instead

svn changeset:207/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
98201cd2c2
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/com/itmill/toolkit/ui/Upload.java

+ 0
- 5
src/com/itmill/toolkit/ui/Upload.java View File

@@ -142,11 +142,6 @@ public class Upload extends AbstractComponent implements Component.Focusable {
target.addUploadStreamVariable(this, "stream");
}

/** Notify all upload listeners */
private void notifyListeners() {
// TODO This should be implemented and called
}

/** Interface that must be implemented by the upload receivers.
* @author IT Mill Ltd.
* @version @VERSION@

Loading…
Cancel
Save