src/share/classes/java/util/ListResourceBundle.java

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

*** 111,121 **** * if it's simultaneously used by multiple threads. The default implementations * of the methods in this class are thread-safe. * * @see ResourceBundle * @see PropertyResourceBundle ! * @since JDK1.1 */ public abstract class ListResourceBundle extends ResourceBundle { /** * Sole constructor. (For invocation by subclass constructors, typically * implicit.) --- 111,121 ---- * if it's simultaneously used by multiple threads. The default implementations * of the methods in this class are thread-safe. * * @see ResourceBundle * @see PropertyResourceBundle ! * @since 1.1 */ public abstract class ListResourceBundle extends ResourceBundle { /** * Sole constructor. (For invocation by subclass constructors, typically * implicit.)