summaryrefslogtreecommitdiff
path: root/java/util/TreeSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/TreeSet.java')
-rw-r--r--java/util/TreeSet.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/util/TreeSet.java b/java/util/TreeSet.java
index 35c8fd967..bd625d158 100644
--- a/java/util/TreeSet.java
+++ b/java/util/TreeSet.java
@@ -66,6 +66,7 @@ import java.io.ObjectOutputStream;
* non-deterministic behavior.
*
* @author Jon Zeppieri
+ * @author Bryce McKinlay
* @author Eric Blake <ebb9@email.byu.edu>
* @see Collection
* @see Set