Some widening/varargs logging/javadoc fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@675 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -297,7 +297,7 @@ public abstract class Stream
|
||||
/** The buffers through which we cycle. */
|
||||
protected Buffer[] _buffers = new Buffer[NUM_BUFFERS];
|
||||
|
||||
/** The starting index and length of the current queue in {@link #_bufferIds}. */
|
||||
/** The starting index and length of the current queue in {@link #_buffers}. */
|
||||
protected int _qidx, _qlen;
|
||||
|
||||
/** The gain of the stream. */
|
||||
|
||||
Reference in New Issue
Block a user