-
Bug
-
Resolution: Fixed
-
P4
-
1.3.1
-
1.1beta
-
sparc
-
solaris_8
There are some bugs in javax/activation/MimeType.cmnt as below:
1. The whole description of the following method is written doubly.
<!-- BEGIN KEY -->
public void javax.activation.MimeType.writeExternal(java.io.ObjectOutput out) throws java.io.IOException
<!-- END KEY -->
2. The whole description of the following method is written doubly.
<!-- BEGIN KEY -->
public void javax.activation.MimeType.readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
<!-- END KEY -->
3. There is a type in the descriptioin of method "readExternal":
@param in the IbjectInput object to read from
^^^
1. The whole description of the following method is written doubly.
<!-- BEGIN KEY -->
public void javax.activation.MimeType.writeExternal(java.io.ObjectOutput out) throws java.io.IOException
<!-- END KEY -->
2. The whole description of the following method is written doubly.
<!-- BEGIN KEY -->
public void javax.activation.MimeType.readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
<!-- END KEY -->
3. There is a type in the descriptioin of method "readExternal":
@param in the IbjectInput object to read from
^^^