diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-09-30 23:51:32 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-09-30 23:51:32 +0200 |
| commit | 2e6e8c73eee2885b32c6d9713339472ed945c6a2 (patch) | |
| tree | 7b46b68604d675ea2597ac9f8b40cd04133b69d6 /src/main/java/com/c2kernel/collection/AggregationDescription.java | |
| parent | c7be60af9f3efe0224a883b60acf9c4ca71d5212 (diff) | |
Remove Collection.URLInfo. Add Collection.Version, and add it to the
Collection ClusterStorage path.
Diffstat (limited to 'src/main/java/com/c2kernel/collection/AggregationDescription.java')
| -rw-r--r-- | src/main/java/com/c2kernel/collection/AggregationDescription.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/c2kernel/collection/AggregationDescription.java b/src/main/java/com/c2kernel/collection/AggregationDescription.java index 475ef53..132a357 100644 --- a/src/main/java/com/c2kernel/collection/AggregationDescription.java +++ b/src/main/java/com/c2kernel/collection/AggregationDescription.java @@ -29,7 +29,6 @@ public class AggregationDescription extends Aggregation implements CollectionDes public Aggregation newInstance() throws ObjectNotFoundException
{
AggregationInstance newInstance = new AggregationInstance(getName());
- newInstance.setURLInfo(getURLInfo());
//for each desc member
for (int i=0; i<size(); i++)
{
|
