Improve CircularBuffer documentation (#180)

This commit is contained in:
Tyler Veness
2016-07-16 20:50:19 -07:00
committed by Peter Johnson
parent 57efd13f7f
commit f7c3f13a7f
4 changed files with 24 additions and 10 deletions

View File

@@ -94,5 +94,4 @@ public class CircularBufferTest {
// Leaving only one element with value == 4
assertEquals(4.0, queue.get(0), 0.00005);
}
}