mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
Fix modifier order
checkstyle
This commit is contained in:
parent
0d428b6ba8
commit
4b171b84cb
@ -671,7 +671,7 @@ public abstract class ESTestCase extends LuceneTestCase {
|
||||
private static final GeohashGenerator geohashGenerator = new GeohashGenerator();
|
||||
|
||||
public static class GeohashGenerator extends CodepointSetGenerator {
|
||||
private final static char[] ASCII_SET = "0123456789bcdefghjkmnpqrstuvwxyz".toCharArray();
|
||||
private static final char[] ASCII_SET = "0123456789bcdefghjkmnpqrstuvwxyz".toCharArray();
|
||||
|
||||
public GeohashGenerator() {
|
||||
super(ASCII_SET);
|
||||
|
Loading…
x
Reference in New Issue
Block a user