changeset 32649 | 2ee9017c7597 |
parent 31709 | 885627926ab1 |
child 33403 | d2bfc26f26cc |
--- a/jdk/src/java.base/share/classes/java/io/ObjectInputStream.java Wed Sep 16 08:24:40 2015 -0400 +++ b/jdk/src/java.base/share/classes/java/io/ObjectInputStream.java Tue Sep 15 21:56:04 2015 -0700 @@ -1079,7 +1079,7 @@ /** * Provide access to the persistent fields read from the input stream. */ - public static abstract class GetField { + public abstract static class GetField { /** * Get the ObjectStreamClass that describes the fields in the stream.