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

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

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

revision 1.5.2.2 by gnu_andrew, Tue Aug 2 20:12:24 2005 UTC revision 1.5.2.3 by gnu_andrew, Wed Nov 2 00:43:36 2005 UTC
# Line 45  import java.net.URL; Line 45  import java.net.URL;
45   */   */
46  public interface LoaderHandler  public interface LoaderHandler
47  {  {
48    String packagePrefix = "";    /**
49       * For binary compatibility with the JDK, the string "sun.rmi.server".
50       * Not actually used for anything.
51       */
52      String packagePrefix = "sun.rmi.server";
53    
54    /**    /**
55     * @deprecated     * @deprecated

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

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