提交 b9f17824 编写于 作者: R Rakesh Venkatesh

removing unwanted modifiers

上级 3ae74666
......@@ -27,13 +27,11 @@ package com.iluwatar.command;
* Interface for Commands.
*/
public interface Command {
void execute(Target target);
public void execute(Target target);
void undo();
public void undo();
public void redo();
public String toString();
void redo();
String toString();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册