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

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

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

revision 1.1 by mark, Sat Nov 23 21:44:28 2002 UTC revision 1.2 by mkoch, Fri Jun 27 21:03:53 2003 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.naming.directory;  package javax.naming.directory;
40    
41  import javax.naming.*;  import java.util.NoSuchElementException;
42  import java.util.*;  import java.util.Vector;
43    import javax.naming.NamingEnumeration;
44    import javax.naming.NamingException;
45    
46  /**  /**
47   * @author Tom Tromey <tromey@redhat.com>   * @author Tom Tromey <tromey@redhat.com>
# Line 47  import java.util.*; Line 49  import java.util.*;
49   */   */
50  public class BasicAttributes implements Attributes  public class BasicAttributes implements Attributes
51  {  {
52      private static final long serialVersionUID = 4980164073184639448L;
53      
54    public BasicAttributes ()    public BasicAttributes ()
55    {    {
56      this (false);      this (false);

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