mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Improve CircularBuffer documentation (#180)
This commit is contained in:
committed by
Peter Johnson
parent
57efd13f7f
commit
f7c3f13a7f
@@ -94,5 +94,4 @@ public class CircularBufferTest {
|
||||
// Leaving only one element with value == 4
|
||||
assertEquals(4.0, queue.get(0), 0.00005);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user