Attribute.java: New version from classpath.

2003-06-14  Michael Koch  <konqueror@gmx.de>

	* javax/naming/directory/Attribute.java:
	New version from classpath.

From-SVN: r67933
This commit is contained in:
Michael Koch 2003-06-14 05:44:54 +00:00 committed by Michael Koch
parent 6b4683e27c
commit d10341eaa2
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-06-14 Michael Koch <konqueror@gmx.de>
* javax/naming/directory/Attribute.java:
New version from classpath.
2003-06-14 Michael Koch <konqueror@gmx.de>
* java/io/BufferedReader.java,

View File

@ -45,11 +45,9 @@ import java.io.Serializable;
* @author Warren Levy <warrenl@redhat.com>
* @date June 14, 2001
*/
public interface Attribute extends Cloneable, Serializable
{
// FIXME: Need to set value from JNDI 1.1.1 fro interoperability.
// public static final long serialVersionUID = ;
public static final long serialVersionUID = 8707690322213556804L;
public NamingEnumeration getAll() throws NamingException;
public Object get() throws NamingException;