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:
Dave Hoover
2008-10-27 21:54:28 +00:00
parent fbe0b18bb3
commit 8d4c46f3c3
5 changed files with 55 additions and 77 deletions
+1 -1
View File
@@ -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. */