Commit 775ee0c7 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Fix javadoc in Variable.

Javadoc on outputName "worked", but was incorrectly formatted.  Fix.
parent 7fd946bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()