am i verified now

This commit is contained in:
Leijurv 2018-08-02 09:03:47 -04:00
parent 927c7f21b6
commit bf569f6f66
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import java.util.List;
public abstract class Movement {
/**
* Flat list of ordered action
* Flat list of ordered actions
*/
protected List<Action> actions;