Skip to content

Commit

Permalink
Merge pull request #523 from apache/remove-basedir
Browse files Browse the repository at this point in the history
Remove basedir
  • Loading branch information
jmalkin authored Mar 7, 2024
2 parents e0d5b20 + 4ba2d94 commit 13a6e48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/apache/datasketches/common/Family.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public enum Family {
* Bloom Filter
*/
BLOOMFILTER(21, "BLOOMFILTER", 4, 4);
;

private static final Map<Integer, Family> lookupID = new HashMap<>();
private static final Map<String, Family> lookupFamName = new HashMap<>();
Expand Down
1 change: 0 additions & 1 deletion tools/SketchesCheckstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ under the License.
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
<property name="fileExtensions" value="java"/>
<property name="basedir" value=""/>

<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="src[\\/]test[\\/]java[\\/].+$|module\-info\.java.+$"/>
Expand Down

0 comments on commit 13a6e48

Please sign in to comment.