From 373a241752e97897f55ad75e0a5919501a25d380 Mon Sep 17 00:00:00 2001 From: aherbert Date: Mon, 17 Feb 2020 13:30:40 +0000 Subject: [PATCH] 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 04b3651f8..01f68e044 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() {