Fixed argument name mismatch with doc in FloatConsumer.accept()
This commit is contained in:
parent
a7baa3ea15
commit
76b0786fbe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public interface FloatConsumer
|
||||||
* @param value
|
* @param value
|
||||||
* the input argument
|
* the input argument
|
||||||
*/
|
*/
|
||||||
public void accept( float t );
|
public void accept( float value );
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue