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

Diff of /classpath/javax/swing/text/html/parser/Entity.java

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

revision 1.2 by audriusa, Mon Mar 14 15:59:09 2005 UTC revision 1.3 by audriusa, Fri Mar 18 07:29:07 2005 UTC
# Line 172  public final class Entity Line 172  public final class Entity
172    
173      return sdata;      return sdata;
174    }    }
175      
176      /**
177       * Get the entity type.
178       * @return the value of the {@link #type}.
179       */
180      public int getType()
181      {
182        return type;
183      }  
184              
185  }  }

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

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