/[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.14 by mark, Sat Jul 2 20:32:39 2005 UTC revision 1.15 by tromey, Tue Sep 13 22:19:15 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 704  public class Thread implements Runnable Line 705  public class Thread implements Runnable
705     *     *
706     * @return the context class loader     * @return the context class loader
707     * @throws SecurityException when permission is denied     * @throws SecurityException when permission is denied
708     * @see setContextClassLoader(ClassLoader)     * @see #setContextClassLoader(ClassLoader)
709     * @since 1.2     * @since 1.2
710     */     */
711    public synchronized ClassLoader getContextClassLoader()    public synchronized ClassLoader getContextClassLoader()
# Line 726  public class Thread implements Runnable Line 727  public class Thread implements Runnable
727     *     *
728     * @param classloader the new context class loader     * @param classloader the new context class loader
729     * @throws SecurityException when permission is denied     * @throws SecurityException when permission is denied
730     * @see getContextClassLoader()     * @see #getContextClassLoader()
731     * @since 1.2     * @since 1.2
732     */     */
733    public synchronized void setContextClassLoader(ClassLoader classloader)    public synchronized void setContextClassLoader(ClassLoader classloader)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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