diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-03-28 17:08:58 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-03-28 17:08:58 +0200 |
| commit | 7c2f5fb4f80c3024c674c417799a2dc295a9bd03 (patch) | |
| tree | dac026b511a5885f0f0aa8061a537a08c07baa4e /source/com/c2kernel/gui | |
| parent | 138577d60b2612c7cbe48a44d43fec548b20fac8 (diff) | |
Migrate from BSF to javax.script. Update Mozilla Rhino JS engine.
Removed some 'auto-generated' comments from intentionally blank methods.
Other whitespace/comment cleanup.
Diffstat (limited to 'source/com/c2kernel/gui')
4 files changed, 2 insertions, 7 deletions
diff --git a/source/com/c2kernel/gui/tabs/CollectionPane.java b/source/com/c2kernel/gui/tabs/CollectionPane.java index a8abfcd..4d9092e 100644 --- a/source/com/c2kernel/gui/tabs/CollectionPane.java +++ b/source/com/c2kernel/gui/tabs/CollectionPane.java @@ -105,7 +105,5 @@ public class CollectionPane extends EntityTabPane implements EntityProxyObserver @Override
public void control(String control, String msg) {
- // TODO Auto-generated method stub
-
}
}
diff --git a/source/com/c2kernel/gui/tabs/collection/CollectionHistoryWindow.java b/source/com/c2kernel/gui/tabs/collection/CollectionHistoryWindow.java index 0f3cc76..ee168b0 100644 --- a/source/com/c2kernel/gui/tabs/collection/CollectionHistoryWindow.java +++ b/source/com/c2kernel/gui/tabs/collection/CollectionHistoryWindow.java @@ -150,8 +150,6 @@ public class CollectionHistoryWindow extends JFrame { public void remove(String id) { }
@Override
public void control(String control, String msg) {
- // TODO Auto-generated method stub
-
}
}
diff --git a/source/com/c2kernel/gui/tabs/collection/DependencyView.java b/source/com/c2kernel/gui/tabs/collection/DependencyView.java index 734d315..e068bdc 100644 --- a/source/com/c2kernel/gui/tabs/collection/DependencyView.java +++ b/source/com/c2kernel/gui/tabs/collection/DependencyView.java @@ -30,6 +30,5 @@ public class DependencyView extends CollectionView<DependencyMember> // TODO: design a nice dependency view, with property viewing and modification
add(new JLabel("Dependency view not yet implemented. Please browse the tree instead."));
}
-
-
+
}
diff --git a/source/com/c2kernel/gui/tabs/outcome/form/field/ComboField.java b/source/com/c2kernel/gui/tabs/outcome/form/field/ComboField.java index 62a900f..2c4ce05 100644 --- a/source/com/c2kernel/gui/tabs/outcome/form/field/ComboField.java +++ b/source/com/c2kernel/gui/tabs/outcome/form/field/ComboField.java @@ -103,7 +103,7 @@ public class ComboField extends StringEditField { * @param param
*/
private void populateLOVFromLDAP(String param) {
- // TODO '/root/path;prop=val;prop=val'
+ // TODO List of Values from LDAP properties, eg '/root/path;prop=val;prop=val'
}
|
