Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 6b047a6

Browse files
author
shubay
committed
Move from google-collect-1.0-rc1 to google-collect-1.0-rc3.
1 parent f147db7 commit 6b047a6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build-src/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
servlet-api.jar=../lib/servlet-api-2.4.jar
66

77
# You may want to edit the following dependencies if you wish to use your own copy of them.
8-
google-collect.jar=../lib/google-collect-1.0-rc1.jar
8+
google-collect.jar=../lib/google-collect-1.0-rc3.jar
99
icu4j.jar=../lib/icu4j-4_0_1.jar
1010
jakarta-commons-lang.jar=../lib/commons-lang-2.4.jar
1111
opencsv.jar=../lib/opencsv-1.8.jar

lib/google-collect-1.0-rc3.jar

561 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.collections</groupId>
3737
<artifactId>google-collections</artifactId>
38-
<version>1.0-rc1</version>
38+
<version>1.0-rc3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.ibm.icu</groupId>

src/main/java/com/google/visualization/datasource/query/engine/GroupingComparators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private static class ColumnTitleDynamicComparator
125125
* @param aggregations The list that gives order to the ColumnAggregations.
126126
*/
127127
public ColumnTitleDynamicComparator(List<AggregationColumn> aggregations) {
128-
aggregationsComparator = Ordering.givenOrder(aggregations);
128+
aggregationsComparator = Ordering.explicit(aggregations);
129129
}
130130

131131
/**

0 commit comments

Comments
 (0)