LUCENE-7035: Also regenerate analysis/common's UnicodeWhitespaceTokenizer (it actually changes nothing, but updates version numbers)

This commit is contained in:
Uwe Schindler 2016-02-18 08:23:46 +01:00
parent b0a43aa1b2
commit fc879d1a5d
1 changed files with 3 additions and 3 deletions

View File

@ -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 v54.1.0.0 * The data was created using ICU4J v56.1.0.0
* <p> * <p>
* Unicode version: 7.0.0.0 * Unicode version: 8.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 = "7.0.0.0"; public static final String UNICODE_VERSION = "8.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(