< prev index next >

jdk/src/java.desktop/share/classes/java/beans/PropertyDescriptor.java

Print this page

        

@@ -148,11 +148,11 @@
      * @param entry  the pair of values,
      *               where the {@code key} is the base name of the property (the rest of the method name)
      *               and the {@code value} is the automatically generated property info
      * @param bound  the flag indicating whether it is possible to treat this property as a bound property
      *
-     * @since 1.9
+     * @since 9
      */
     PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) {
         String base = entry.getKey();
         PropertyInfo info = entry.getValue();
         setName(Introspector.decapitalize(base));
< prev index next >