From 2e6e8c73eee2885b32c6d9713339472ed945c6a2 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 30 Sep 2014 23:51:32 +0200 Subject: Remove Collection.URLInfo. Add Collection.Version, and add it to the Collection ClusterStorage path. --- src/main/java/com/c2kernel/collection/AggregationDescription.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/com/c2kernel/collection/AggregationDescription.java') 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