< prev index next >

src/java.base/share/classes/sun/misc/resources/Messages_fr.java

Print this page

        

@@ -24,21 +24,21 @@
  */
 
 package sun.misc.resources;
 
 /**
- * <p> This class represents the <code>ResourceBundle</code>
+ * This class represents the <code>ResourceBundle</code>
  * for sun.misc.
  *
  * @author Michael Colburn
  */
 
 public class Messages_fr extends java.util.ListResourceBundle {
 
     /**
      * Returns the contents of this <code>ResourceBundle</code>.
-     * <p>
+     *
      * @return the contents of this <code>ResourceBundle</code>.
      */
     public Object[][] getContents() {
         return contents;
     }
< prev index next >