diff options
Diffstat (limited to 'lang/java/src/com/sleepycat/persist/PrimaryIndex.java')
| -rw-r--r-- | lang/java/src/com/sleepycat/persist/PrimaryIndex.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/java/src/com/sleepycat/persist/PrimaryIndex.java b/lang/java/src/com/sleepycat/persist/PrimaryIndex.java index 2d988a20..0552a5f6 100644 --- a/lang/java/src/com/sleepycat/persist/PrimaryIndex.java +++ b/lang/java/src/com/sleepycat/persist/PrimaryIndex.java @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. * */ @@ -564,7 +564,6 @@ public class PrimaryIndex<PK, E> extends BasicIndex<PK, E> { } /** - * @hidden * For internal use only. * * Used for obtaining the auto-commit txn config from the store, which |
