mirror of https://github.com/apache/lucene.git
fix compilation error with jdk 8u11
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1664636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9229f419e2
commit
c8624aac7d
|
@ -1438,7 +1438,7 @@ public abstract class LuceneTestCase extends Assert {
|
|||
|
||||
/**
|
||||
* Return a random Locale from the available locales on the system.
|
||||
* see "https://issues.apache.org/jira/browse/LUCENE-4020"
|
||||
* @see <a href="http://issues.apache.org/jira/browse/LUCENE-4020">LUCENE-4020</a>
|
||||
*/
|
||||
public static Locale randomLocale(Random random) {
|
||||
Locale locales[] = Locale.getAvailableLocales();
|
||||
|
@ -1447,7 +1447,7 @@ public abstract class LuceneTestCase extends Assert {
|
|||
|
||||
/**
|
||||
* Return a random TimeZone from the available timezones on the system
|
||||
* see "https://issues.apache.org/jira/browse/LUCENE-4020"
|
||||
* @see <a href="http://issues.apache.org/jira/browse/LUCENE-4020">LUCENE-4020</a>
|
||||
*/
|
||||
public static TimeZone randomTimeZone(Random random) {
|
||||
String tzIds[] = TimeZone.getAvailableIDs();
|
||||
|
|
Loading…
Reference in New Issue