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:
David Pursehouse
2017-07-03 10:49:56 +09:00
3 changed files with 14 additions and 15 deletions

View File

@@ -225,7 +225,6 @@ public class EditPreferencesBox extends Composite {
}
}
@UiHandler("autoCloseBrackets")
void onCloseBrackets(ValueChangeEvent<Boolean> e) {
prefs.autoCloseBrackets(e.getValue());