Added JavaDoc comments

This commit is contained in:
hns 2004-04-28 18:03:33 +00:00
parent 2b58650ee2
commit a410c358e5

View file

@ -30,9 +30,9 @@ public class ExternalizableVector extends ArrayList implements Externalizable {
static final long serialVersionUID = 2316243615310540423L; static final long serialVersionUID = 2316243615310540423L;
/** /**
* Reads an externalized representation of the list from a stream.
* *
* * @param in the input stream to read from
* @param in ...
* *
* @throws IOException ... * @throws IOException ...
*/ */
@ -49,9 +49,9 @@ public class ExternalizableVector extends ArrayList implements Externalizable {
} }
/** /**
* Writes an externalized representation of the list to the stream.
* *
* * @param out the output stream to write to
* @param out ...
* *
* @throws IOException ... * @throws IOException ...
*/ */