mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Upgrade Apache Lucene to 4.10.3. Would have needed to import the type for a parameter in one constructor, but since it was unused I took the liberty of simply removing it
Former-commit-id: 6e65307276619ed29354269fab2d5458b532766e
This commit is contained in:
@@ -728,6 +728,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
</profile>
|
||||
</profiles>
|
||||
<properties>
|
||||
<apache.lucene.version>4.7.1</apache.lucene.version>
|
||||
<apache.lucene.version>4.10.3</apache.lucene.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
@@ -38,17 +38,6 @@ public class AlphaNumericTokenizer extends CharTokenizer {
|
||||
super(matchVersion, in);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a new AlphaNumericTokenizer.
|
||||
*
|
||||
* @param matchVersion the lucene version
|
||||
* @param factory the AttributeFactory
|
||||
* @param in the Reader
|
||||
*/
|
||||
public AlphaNumericTokenizer(Version matchVersion, AttributeFactory factory, Reader in) {
|
||||
super(matchVersion, factory, in);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the char passed in is part of a token.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user