--- old/jdk/src/java.desktop/share/classes/java/beans/PropertyDescriptor.java Tue Jan 19 14:15:23 2016 +++ new/jdk/src/java.desktop/share/classes/java/beans/PropertyDescriptor.java Tue Jan 19 14:15:23 2016 @@ -150,7 +150,7 @@ * 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 entry, boolean bound) { String base = entry.getKey();