/[classpath]/classpath/javax/naming/directory/BasicAttribute.java
ViewVC logotype

Diff of /classpath/javax/naming/directory/BasicAttribute.java

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

revision 1.2 by mkoch, Fri Jun 27 21:03:53 2003 UTC revision 1.3 by mkoch, Thu Oct 21 20:53:16 2004 UTC
# Line 1  Line 1 
1  /* BasicAttribute.java --  /* BasicAttribute.java --
2     Copyright (C) 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 40  package javax.naming.directory; Line 40  package javax.naming.directory;
40    
41  import java.util.NoSuchElementException;  import java.util.NoSuchElementException;
42  import java.util.Vector;  import java.util.Vector;
43    
44  import javax.naming.NamingEnumeration;  import javax.naming.NamingEnumeration;
45  import javax.naming.NamingException;  import javax.naming.NamingException;
46  import javax.naming.OperationNotSupportedException;  import javax.naming.OperationNotSupportedException;
47    
48  /**  /**
49   * @author Tom Tromey <tromey@redhat.com>   * @author Tom Tromey (tromey@redhat.com)
50   * @date June 20, 2001   * @date June 20, 2001
51   */   */
52  public class BasicAttribute implements Attribute  public class BasicAttribute implements Attribute

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