< prev index next >

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

Print this page

        

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