git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@219306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2005-07-16 09:51:52 +00:00
parent 557c0cccf4
commit a4fd44d404
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class BoundedFifoBuffer extends AbstractCollection
*/
private transient int end = 0;
/** Flag to indicate if the buffer is currently full. */
private transient boolean full = false;
/** Capacity of the buffer */