< prev index next >

src/java.desktop/share/classes/java/beans/Beans.java

Print this page

        

@@ -414,16 +414,16 @@
      * builder environment.
      *
      * <p>Note that this method is security checked
      * and is not available to (for example) untrusted applets.
      * More specifically, if there is a security manager,
-     * its <code>checkPropertiesAccess</code>
+     * its {@code checkPropertiesAccess}
      * method is called. This could result in a SecurityException.
      *
      * @param isDesignTime  True if we're in an application builder tool.
      * @exception  SecurityException  if a security manager exists and its
-     *             <code>checkPropertiesAccess</code> method doesn't allow setting
+     *             {@code checkPropertiesAccess} method doesn't allow setting
      *              of system properties.
      * @see SecurityManager#checkPropertiesAccess
      */
 
     public static void setDesignTime(boolean isDesignTime)

@@ -440,16 +440,16 @@
      * where GUI interaction is available.
      *
      * <p>Note that this method is security checked
      * and is not available to (for example) untrusted applets.
      * More specifically, if there is a security manager,
-     * its <code>checkPropertiesAccess</code>
+     * its {@code checkPropertiesAccess}
      * method is called. This could result in a SecurityException.
      *
      * @param isGuiAvailable  True if GUI interaction is available.
      * @exception  SecurityException  if a security manager exists and its
-     *             <code>checkPropertiesAccess</code> method doesn't allow setting
+     *             {@code checkPropertiesAccess} method doesn't allow setting
      *              of system properties.
      * @see SecurityManager#checkPropertiesAccess
      */
 
     public static void setGuiAvailable(boolean isGuiAvailable)
< prev index next >