Resolves checkstyle errors for feature-toggle fluentinterface flux flyweight front-controller ()

* Reduces checkstyle errors in feature-toggle

* Reduces checkstyle errors in fluentinterface

* Reduces checkstyle errors in flux

* Reduces checkstyle errors in flyweight

* Reduces checkstyle errors in front-controller
This commit is contained in:
Anurag Agarwal
2019-11-12 01:54:23 +05:30
committed by Ilkka Seppälä
parent c954a436ad
commit 37599eb48f
46 changed files with 197 additions and 258 deletions

@ -24,9 +24,7 @@
package com.iluwatar.front.controller;
/**
*
* Default command in case the mapping is not successful.
*
*/
public class UnknownCommand implements Command {