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

Diff of /classpath/java/lang/Thread.java

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

revision 1.8.2.8 by gnu_andrew, Tue Aug 2 20:12:23 2005 UTC revision 1.8.2.9 by gnu_andrew, Tue Sep 20 18:46:29 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.lang;  package java.lang;
40    
41    import java.security.Permission;
42  import java.util.Map;  import java.util.Map;
43  import java.util.WeakHashMap;  import java.util.WeakHashMap;
44    
# Line 724  public class Thread implements Runnable Line 725  public class Thread implements Runnable
725     *     *
726     * @return the context class loader     * @return the context class loader
727     * @throws SecurityException when permission is denied     * @throws SecurityException when permission is denied
728     * @see setContextClassLoader(ClassLoader)     * @see #setContextClassLoader(ClassLoader)
729     * @since 1.2     * @since 1.2
730     */     */
731    public synchronized ClassLoader getContextClassLoader()    public synchronized ClassLoader getContextClassLoader()
# Line 746  public class Thread implements Runnable Line 747  public class Thread implements Runnable
747     *     *
748     * @param classloader the new context class loader     * @param classloader the new context class loader
749     * @throws SecurityException when permission is denied     * @throws SecurityException when permission is denied
750     * @see getContextClassLoader()     * @see #getContextClassLoader()
751     * @since 1.2     * @since 1.2
752     */     */
753    public synchronized void setContextClassLoader(ClassLoader classloader)    public synchronized void setContextClassLoader(ClassLoader classloader)

Legend:
Removed from v.1.8.2.8  
changed lines
  Added in v.1.8.2.9

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