/[classpath]/classpath/javax/print/attribute/Attribute.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/Attribute.java

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

revision 1.1 by mkoch, Tue Apr 29 09:44:33 2003 UTC revision 1.2 by mkoch, Sun Oct 12 16:50:21 2003 UTC
# Line 44  import java.io.Serializable; Line 44  import java.io.Serializable;
44   */   */
45  public interface Attribute extends Serializable  public interface Attribute extends Serializable
46  {  {
47    public Class getCategory ();    Class getCategory ();
48    
49    public String getName ();    String getName ();
50  }  }

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

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