Skip to content

Commit

Permalink
Remove incorrect delims remove (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent 7412729 commit 26951c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,6 @@
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
<striplinebreaks/>
Expand Down Expand Up @@ -2125,7 +2124,6 @@
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
<containsregex pattern="[0-9a-fA-F\-]+" />
</tokenfilter>
<striplinebreaks/>
Expand Down

0 comments on commit 26951c0

Please sign in to comment.