diff options
Diffstat (limited to 'java/src/IceGrid/TreeNode/Application.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/Application.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/src/IceGrid/TreeNode/Application.java b/java/src/IceGrid/TreeNode/Application.java index 8070dbccdaf..b852a18e8fc 100755 --- a/java/src/IceGrid/TreeNode/Application.java +++ b/java/src/IceGrid/TreeNode/Application.java @@ -68,10 +68,9 @@ public class Application extends EditableParent }
//
- // Patch TODO: implement
+ // Distribution TODO: implement
//
- update.patchs = new java.util.HashMap();
- update.removePatchs = new String[0];
+ //update.distribution = XXX
//
// Replicated Adapters
|