Resolves checkstyle errors for collection-pipeline, command, commander (#1061)

* Reduces checkstyle errors in collection-pipeline

* Reduces checkstyle errors in command

* Reduces checkstyle errors in commander
This commit is contained in:
Anurag Agarwal
2019-11-10 01:05:15 +05:30
committed by Ilkka Seppälä
parent 31f27a720b
commit 2f49648047
41 changed files with 646 additions and 574 deletions

View File

@@ -24,9 +24,7 @@
package com.iluwatar.command;
/**
*
* ShrinkSpell is a concrete command
*
* ShrinkSpell is a concrete command.
*/
public class ShrinkSpell extends Command {