diff --git a/src/main/java/forge/Untap.java b/src/main/java/forge/Untap.java index b8039b221a9..60033766b61 100644 --- a/src/main/java/forge/Untap.java +++ b/src/main/java/forge/Untap.java @@ -36,7 +36,7 @@ public class Untap implements java.io.Serializable { /** *

- * addUntil. + * Add a Command that will terminate an effect with "until next untap". *

* * @param p @@ -58,7 +58,7 @@ public class Untap implements java.io.Serializable { /** *

- * executeUntil. + * Executes the termination of effects that apply "until next untap". *

* * @param p @@ -70,17 +70,6 @@ public class Untap implements java.io.Serializable { } } - /** - *

- * sizeUntil. - *

- * - * @return a int. - */ - public final int sizeUntil() { - return this.until.size(); - } - private void execute(final CommandList c) { final int length = c.size(); @@ -91,7 +80,9 @@ public class Untap implements java.io.Serializable { /** *

- * executeAt. + * Handles all the hardcoded events that happen at the beginning of each Untap Phase. + * + * This will freeze the Stack at the start, and unfreeze the Stack at the end. *

*/ public final void executeAt() {