fix checkstyle errors

This commit is contained in:
Eero Koplimets 2018-11-01 12:40:46 +02:00 committed by Gunnar Morling
parent 3e1eaef318
commit 972c08fcda

View File

@ -347,10 +347,14 @@ public static enum GtidNewChannelPosition implements EnumeratedValue {
private final String value;
private GtidNewChannelPosition(String value) { this.value = value; }
private GtidNewChannelPosition(String value) {
this.value = value;
}
@Override
public String getValue() { return value; }
public String getValue() {
return value;
}
/**
* Determine if the supplied value is one of the predefined options.