BeanContextChildSupport.java: Added serialVersionUID.
2002-10-04 Michael Koch <konqueror@gmx.de> * java/beans/beancontext/BeanContextChildSupport.java: Added serialVersionUID. * java/text/Collator.java: (compare): Made documentation HTML-aware. * javax/naming/BinaryRefAddr.java: Added serialVersionUID. * javax/naming/Name.java: Added serialVersionUID. From-SVN: r57813
This commit is contained in:
parent
635f468088
commit
9c826022f9
5 changed files with 20 additions and 5 deletions
|
@ -62,6 +62,8 @@ import java.io.Serializable;
|
|||
*/
|
||||
public interface Name extends Cloneable, Serializable
|
||||
{
|
||||
static final long serialVersionUID = -3617482732056931635L;
|
||||
|
||||
/**
|
||||
* Returns the number of components of this <code>Name</code>.
|
||||
* The returned number can be zero.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue