[GitHub] [commons-collections] aherbert commented on a change in pull request #138: Update the package-info.java

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #138: Update the 
package-info.java
URL: 
https://github.com/apache/commons-collections/pull/138#discussion_r389244501
 
 

 ##
 File path: 
src/main/java/org/apache/commons/collections4/bloomfilter/hasher/function/package-info.java
 ##
 @@ -16,7 +16,7 @@
  */
 
 /**
- * Implementations of 
org.apache.commons.collections4.bloomfilter.hasher.HasherFunction
+ * Implementations of 
org.apache.commons.collections4.bloomfilter.hasher.function
 
 Review comment:
   This package info is a skeleton. It should really be expanded. For now it 
could probably be changed to:
   ```
   Provides classes and interfaces to define the shape of a Bloom filter and 
the conversion
   of generic bytes to a hash of bit indexes to be used with a Bloom filter.
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [commons-collections] aherbert commented on a change in pull request #138: Update the package-info.java

2020-03-07 Thread GitBox
aherbert commented on a change in pull request #138: Update the 
package-info.java
URL: 
https://github.com/apache/commons-collections/pull/138#discussion_r389244609
 
 

 ##
 File path: 
src/main/java/org/apache/commons/collections4/bloomfilter/hasher/package-info.java
 ##
 @@ -16,7 +16,7 @@
  */
 
 /**
- * Implementations of org.apache.commons.collections4.bloomfilter.Hasher
+ * Implementations of org.apache.commons.collections4.bloomfilter.hasher
 
 Review comment:
   As above this is just a skeleton
   ```
   Provides implementations of the {@link 
org.apache.commons.collections4.bloomfilter.hasher.HashFunction}.
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services