/[classpath]/classpath/java/lang/System.java
ViewVC logotype

Diff of /classpath/java/lang/System.java

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

revision 1.28 by tromey, Fri Feb 14 17:46:41 2003 UTC revision 1.29 by mkoch, Thu May 22 07:17:07 2003 UTC
# Line 209  public final class System Line 209  public final class System
209        defaultProperties.put("java.io.tmpdir",        defaultProperties.put("java.io.tmpdir",
210                              defaultProperties.get("java.tmpdir"));                              defaultProperties.get("java.tmpdir"));
211    }    }
212        
213    /**    /**
214     * Stores the current system properties. This can be modified by     * Stores the current system properties. This can be modified by
215     * {@link #setProperties(Properties)}, but will never be null, because     * {@link #setProperties(Properties)}, but will never be null, because
# Line 667  public final class System Line 667  public final class System
667    
668    /**    /**
669     * Convert a library name to its platform-specific variant.     * Convert a library name to its platform-specific variant.
670     *   * @param libname the library name, as used in <code>loadLibrary</code>     *
671       * @param libname the library name, as used in <code>loadLibrary</code>
672     * @return the platform-specific mangling of the name     * @return the platform-specific mangling of the name
673     * @since 1.2     * @since 1.2
674     */     */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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