--- old/jdk/src/java.desktop/share/classes/java/awt/image/BaseMultiResolutionImage.java Wed Jan 6 14:54:42 2016 +++ new/jdk/src/java.desktop/share/classes/java/awt/image/BaseMultiResolutionImage.java Wed Jan 6 14:54:42 2016 @@ -50,7 +50,7 @@ * @see java.awt.image.MultiResolutionImage * @see java.awt.image.AbstractMultiResolutionImage * - * @since 1.9 + * @since 9 */ public class BaseMultiResolutionImage extends AbstractMultiResolutionImage { @@ -66,7 +66,7 @@ * @throws NullPointerException if the specified {@code resolutionVariants} * contains one or more null elements * - * @since 1.9 + * @since 9 */ public BaseMultiResolutionImage(Image... resolutionVariants) { this(0, resolutionVariants); @@ -86,7 +86,7 @@ * negative or greater than or equal to {@code resolutionVariants} * length. * - * @since 1.9 + * @since 9 */ public BaseMultiResolutionImage(int baseImageIndex, Image... resolutionVariants) {