Improved Command pattern code comments.

This commit is contained in:
Ilkka Seppala
2014-12-27 11:11:54 +02:00
parent 74b43303e3
commit 22ca6fef60
5 changed files with 19 additions and 4 deletions
@@ -2,7 +2,7 @@ package com.iluwatar;
/**
*
* Interface for spells.
* Interface for Commands.
*
*/
public abstract class Command {