This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit 373a241752e97897f55ad75e0a5919501a25d380 Author: aherbert <a.herb...@sussex.ac.uk> AuthorDate: Mon Feb 17 13:30:40 2020 +0000 Removed invalid javadoc. --- .../bloomfilter/hasher/HashFunctionIdentityImplTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java b/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java index 04b3651..01f68e0 100644 --- a/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java +++ b/src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HashFunctionIdentityImplTest.java @@ -72,12 +72,6 @@ public class HashFunctionIdentityImplTest { /** * Test the constructor from component values. - * - * @param provider the name of the provider. - * @param name the name of the hash function. - * @param signedness the signedness of the hash function. - * @param process the processes of the hash function. - * @param signature the signature for the hash function. */ @Test public void valuesConstructorTest() {