src/share/classes/java/util/PropertyResourceBundle.java

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

*** 115,125 **** * whereas the other constructor which takes a Reader does not have that limitation. * * @see ResourceBundle * @see ListResourceBundle * @see Properties ! * @since JDK1.1 */ public class PropertyResourceBundle extends ResourceBundle { /** * Creates a property resource bundle from an {@link java.io.InputStream * InputStream}. The property file read with this constructor --- 115,125 ---- * whereas the other constructor which takes a Reader does not have that limitation. * * @see ResourceBundle * @see ListResourceBundle * @see Properties ! * @since 1.1 */ public class PropertyResourceBundle extends ResourceBundle { /** * Creates a property resource bundle from an {@link java.io.InputStream * InputStream}. The property file read with this constructor