summaryrefslogtreecommitdiff
path: root/java/util/Collections.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/Collections.java')
-rw-r--r--java/util/Collections.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/util/Collections.java b/java/util/Collections.java
index 455226b26..e41070bdc 100644
--- a/java/util/Collections.java
+++ b/java/util/Collections.java
@@ -1261,10 +1261,10 @@ public class Collections
/**
- * The single element.
+ * The single element; package visible for use in nested class.
* @serial the singleton
*/
- private final Object element;
+ final Object element;
/**
* Construct a singleton.