tweaks after review

This commit is contained in:
zzz
2010-12-21 21:16:13 +00:00
parent a3644ccaa9
commit 1f22ae6a0c
13 changed files with 1205 additions and 1187 deletions

View File

@ -28,7 +28,7 @@ public abstract class SimpleDataStructure extends DataStructureImpl {
/** this is just to avoid lots of calls to length() */
protected final int _length;
/** A new instance with the data set to null. Call readBytes(), setData(), or from ByteArray() after this to set the data */
/** A new instance with the data set to null. Call readBytes(), setData(), or fromByteArray() after this to set the data */
public SimpleDataStructure() {
_length = length();
}