/[classpath]/classpath/javax/swing/text/html/HTML.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/HTML.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by audriusa, Thu Mar 10 12:10:38 2005 UTC revision 1.4 by audriusa, Mon Jun 20 21:40:01 2005 UTC
# Line 965  public class HTML Line 965  public class HTML
965      final int flags;      final int flags;
966    
967      /**      /**
968         * Create the unitialised instance of HTML.Tag.
969         *
970         * The {@link #breaksFlow()}, {@link #isBlock()}
971         * and {@link #isPreformatted()} will always return false.
972         * The {@link #toString()} will return <code>null</code>.
973         *
974         * @since 1.3
975         */
976        public Tag()
977        {
978          name = null;
979          flags = 0;
980        }
981    
982        /**
983       * Creates a new Tag with the specified id, and with causesBreak       * Creates a new Tag with the specified id, and with causesBreak
984       * and isBlock set to false.       * and isBlock set to false.
985       */       */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26