src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java

changeset 446
f4f39d873b9a
parent 158
91006f157c46
child 615
8b0b643ffd42
     1.1 --- a/src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java	Mon Dec 17 07:43:20 2012 -0800
     1.2 +++ b/src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java	Tue Nov 06 15:50:14 2012 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1119,8 +1119,8 @@
    1.11      private boolean hasExternalizableBlockData;
    1.12      Method writeObjectMethod;
    1.13      Method readObjectMethod;
    1.14 -    private Method writeReplaceObjectMethod;
    1.15 -    private Method readResolveObjectMethod;
    1.16 +    private transient Method writeReplaceObjectMethod;
    1.17 +    private transient Method readResolveObjectMethod;
    1.18  
    1.19      /*
    1.20       * ObjectStreamClass_1_3_1 that this one was built from.

mercurial