Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations.
This commit is contained in:
@ -31,6 +31,9 @@ public class Dispatcher {
|
||||
stores.add(store);
|
||||
}
|
||||
|
||||
/**
|
||||
* Menu item selected handler
|
||||
*/
|
||||
public void menuItemSelected(MenuItem menuItem) {
|
||||
dispatchAction(new MenuAction(menuItem));
|
||||
switch (menuItem) {
|
||||
|
Reference in New Issue
Block a user