Skip to content

Commit ceae172

Browse files
committed
Fix javadoc for module "flowcontrol".
See #396.
1 parent 0ca03f1 commit ceae172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

metafacture-flowcontrol/src/main/java/org/metafacture/flowcontrol/StreamBuffer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ public void replay() {
8080
}
8181
}
8282

83+
/**
84+
* Clears the buffer.
85+
*/
8386
public void clear() {
8487
typeBuffer.clear();
8588
valueBuffer.clear();

0 commit comments

Comments
 (0)