jdk/src/share/classes/java/io/SerialCallbackContext.java
changeset 22936 1263cd9144d7
parent 13020 2122dfcf3677
--- a/jdk/src/share/classes/java/io/SerialCallbackContext.java	Thu Feb 06 12:24:42 2014 +0000
+++ b/jdk/src/share/classes/java/io/SerialCallbackContext.java	Thu Feb 06 14:45:12 2014 +0000
@@ -60,7 +60,7 @@
         return desc;
     }
 
-    private void checkAndSetUsed() throws NotActiveException {
+    public void checkAndSetUsed() throws NotActiveException {
         if (thread != Thread.currentThread()) {
              throw new NotActiveException(
               "not in readObject invocation or fields already read");