aboutsummaryrefslogtreecommitdiffstats
path: root/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java')
-rw-r--r--guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java b/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
index 5b0d16f..254bd57 100644
--- a/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
+++ b/guava-testlib/src/com/google/common/collect/testing/DerivedComparable.java
@@ -16,14 +16,11 @@
package com.google.common.collect.testing;
-import com.google.common.annotations.GwtCompatible;
-
/**
* Simple derived class to verify that we handle generics correctly.
- *
+ *
* @author Kevin Bourrillion
*/
-@GwtCompatible
public class DerivedComparable extends BaseComparable {
public DerivedComparable(String s) {
super(s);