src/share/classes/sun/applet/AppletThreadGroup.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 53,63 **** * @exception NullPointerException if the thread group argument is * <code>null</code>. * @exception SecurityException if the current thread cannot create a * thread in the specified thread group. * @see java.lang.SecurityException ! * @since JDK1.1.1 */ public AppletThreadGroup(ThreadGroup parent, String name) { super(parent, name); setMaxPriority(Thread.NORM_PRIORITY - 1); } --- 53,63 ---- * @exception NullPointerException if the thread group argument is * <code>null</code>. * @exception SecurityException if the current thread cannot create a * thread in the specified thread group. * @see java.lang.SecurityException ! * @since 1.1.1 */ public AppletThreadGroup(ThreadGroup parent, String name) { super(parent, name); setMaxPriority(Thread.NORM_PRIORITY - 1); }