< prev index next >

src/java.desktop/share/classes/java/awt/image/MultiResolutionImage.java

Print this page

        

@@ -74,11 +74,11 @@
     /**
      * Gets a readable list of all resolution variants.
      * The list must be nonempty and contain at least one resolution variant.
      * <p>
      * Note that many implementations might return an unmodifiable list.
-     * <p>
+     *
      * @return list of resolution variants.
      * @since 1.9
      */
     public List<Image> getResolutionVariants();
 }
\ No newline at end of file
< prev index next >