/[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.7 by mark, Sat Jul 2 20:32:40 2005 UTC revision 1.8 by mark, Wed Oct 5 15:33:35 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.7  
changed lines
  Added in v.1.8

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