Merge branch 'stable-2.14'
* stable-2.14: EditPreferencesBox: Format with google-java-format Add missing exception declarations on methods in NotImplemented Change-Id: I418aaba62ca0c00410efc6782602d0194a5eafde
This commit is contained in:
@@ -225,7 +225,6 @@ public class EditPreferencesBox extends Composite {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@UiHandler("autoCloseBrackets")
|
||||
void onCloseBrackets(ValueChangeEvent<Boolean> e) {
|
||||
prefs.autoCloseBrackets(e.getValue());
|
||||
|
||||
Reference in New Issue
Block a user