Loading src/main/java/ca/mcscert/jtet/expression/Variable.java +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ public class Variable implements Expression, ExpressionValue { /** * Returns the current output name of the variable. If the output name of the variable is unset, this returns the * same as {@link name()}. * same as {@link #name()}. * @return The output name of the variable. */ public String outputName() Loading Loading
src/main/java/ca/mcscert/jtet/expression/Variable.java +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ public class Variable implements Expression, ExpressionValue { /** * Returns the current output name of the variable. If the output name of the variable is unset, this returns the * same as {@link name()}. * same as {@link #name()}. * @return The output name of the variable. */ public String outputName() Loading