mirror of https://github.com/apache/lucene.git
LUCENE-8122: Updata autogenerated code after update to ICU4J 60.2
This commit is contained in:
parent
e4438a2bb7
commit
d99bfa4bdb
|
@ -24,15 +24,15 @@ import org.apache.lucene.util.SparseFixedBitSet;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file contains unicode properties used by various {@link CharTokenizer}s.
|
* 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>
|
* <p>
|
||||||
* Unicode version: 9.0.0.0
|
* Unicode version: 10.0.0.0
|
||||||
*/
|
*/
|
||||||
public final class UnicodeProps {
|
public final class UnicodeProps {
|
||||||
private UnicodeProps() {}
|
private UnicodeProps() {}
|
||||||
|
|
||||||
/** Unicode version that was used to generate this file: {@value} */
|
/** 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. */
|
/** Bitset with Unicode WHITESPACE code points. */
|
||||||
public static final Bits WHITESPACE = createBits(
|
public static final Bits WHITESPACE = createBits(
|
||||||
|
|
Loading…
Reference in New Issue