mirror of https://github.com/apache/lucene.git
LUCENE-8175: un-revert "LUCENE-8122: Updata autogenerated code after update to ICU4J 60.2"
This commit is contained in:
parent
4522e45bda
commit
bdfe1e69e6
|
@ -24,15 +24,15 @@ import org.apache.lucene.util.SparseFixedBitSet;
|
|||
|
||||
/**
|
||||
* This file contains unicode properties used by various {@link CharTokenizer}s.
|
||||
* The data was created using ICU4J v59.1.0.0
|
||||
* The data was created using ICU4J v60.2.0.0
|
||||
* <p>
|
||||
* Unicode version: 9.0.0.0
|
||||
* Unicode version: 10.0.0.0
|
||||
*/
|
||||
public final class UnicodeProps {
|
||||
private UnicodeProps() {}
|
||||
|
||||
/** Unicode version that was used to generate this file: {@value} */
|
||||
public static final String UNICODE_VERSION = "9.0.0.0";
|
||||
public static final String UNICODE_VERSION = "10.0.0.0";
|
||||
|
||||
/** Bitset with Unicode WHITESPACE code points. */
|
||||
public static final Bits WHITESPACE = createBits(
|
||||
|
|
Loading…
Reference in New Issue