jdk/src/share/classes/java/util/PropertyResourceBundle.java
changeset 24865 09b1d992ca72
parent 23010 6dadb192ad81
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
   115  * whereas the other constructor which takes a Reader does not have that limitation.
   115  * whereas the other constructor which takes a Reader does not have that limitation.
   116  *
   116  *
   117  * @see ResourceBundle
   117  * @see ResourceBundle
   118  * @see ListResourceBundle
   118  * @see ListResourceBundle
   119  * @see Properties
   119  * @see Properties
   120  * @since JDK1.1
   120  * @since 1.1
   121  */
   121  */
   122 public class PropertyResourceBundle extends ResourceBundle {
   122 public class PropertyResourceBundle extends ResourceBundle {
   123     /**
   123     /**
   124      * Creates a property resource bundle from an {@link java.io.InputStream
   124      * Creates a property resource bundle from an {@link java.io.InputStream
   125      * InputStream}.  The property file read with this constructor
   125      * InputStream}.  The property file read with this constructor