--- old/jdk/src/java.desktop/share/classes/java/beans/IndexedPropertyDescriptor.java Wed Jan 6 14:54:45 2016 +++ new/jdk/src/java.desktop/share/classes/java/beans/IndexedPropertyDescriptor.java Wed Jan 6 14:54:44 2016 @@ -152,7 +152,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 */ IndexedPropertyDescriptor(Entry entry, boolean bound) { super(entry, bound);