Added JavaDoc comments
This commit is contained in:
parent
2b58650ee2
commit
a410c358e5
1 changed files with 4 additions and 4 deletions
|
@ -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 ...
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue