summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGeoff Berry <gcb@gnu.org>1998-07-27 22:15:23 +0000
committerGeoff Berry <gcb@gnu.org>1998-07-27 22:15:23 +0000
commit34fbee4eb8fef0b0d0559a7524effd5ce06abb64 (patch)
tree66d3b6b080261e63f2d529f9e4a3ce75cf2e2445 /java
parentec5cc90932a1f085fdc162c6db0f14fcdd75f098 (diff)
downloadclasspath-34fbee4eb8fef0b0d0559a7524effd5ce06abb64.tar.gz
Completed implements clause.
Diffstat (limited to 'java')
-rw-r--r--java/util/AbstractSet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/AbstractSet.java b/java/util/AbstractSet.java
index 608d1d067..89103767c 100644
--- a/java/util/AbstractSet.java
+++ b/java/util/AbstractSet.java
@@ -28,7 +28,7 @@ package java.util;
* simply provides implementations of equals() and hashCode() to fulfil the
* contracts required of them by the Set interface.
*/
-public abstract class AbstractSet extends AbstractCollection implements {
+public abstract class AbstractSet extends AbstractCollection implements Set {
/**
* Tests whether the given object is equal to this Set. This implementation