/[classpath]/classpath/java/rmi/server/RemoteObject.java
ViewVC logotype

Diff of /classpath/java/rmi/server/RemoteObject.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by cbj, Mon Mar 25 05:12:19 2002 UTC revision 1.4 by mark, Thu Nov 7 10:24:34 2002 UTC
# Line 127  public boolean equals(Object obj) { Line 127  public boolean equals(Object obj) {
127            }            }
128          catch (InstantiationException e1)          catch (InstantiationException e1)
129            {            {
130              throw new UnmarshalException("failed to create ref");              throw new UnmarshalException("failed to create ref", e1);
131            }            }
132          catch (IllegalAccessException e2)          catch (IllegalAccessException e2)
133            {            {
134              throw new UnmarshalException("failed to create ref");              throw new UnmarshalException("failed to create ref", e2);
135            }            }
136          ref.readExternal(in);          ref.readExternal(in);
137        }        }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26