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

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

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

revision 1.4.2.3 by gnu_andrew, Tue Aug 2 20:12:24 2005 UTC revision 1.4.2.4 by gnu_andrew, Wed Nov 2 00:43:36 2005 UTC
# Line 48  public interface RemoteRef extends Exter Line 48  public interface RemoteRef extends Exter
48  {  {
49    long serialVersionUID = 3632638527362204081L;    long serialVersionUID = 3632638527362204081L;
50        
51    String packagePrefix = "gnu.java.rmi.server";    /**
52       * For binary compatibility with the JDK, the string "sun.rmi.server".
53       * Not actually used for anything.
54       */
55      String packagePrefix = "sun.rmi.server";
56    
57    /**    /**
58     * @deprecated     * @deprecated

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4

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