Commit bd40b2e5 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Correct documentation on VariableCollection.

The author tag still had an email address on VariableCollection.  Remove as
javadoc doesn't really handle it.
parent 9dc7b4b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.Set;
 * It also provides an easy way to find all the enumeration constants available.  It mixes this together with the
 * variables, allowing the parser to quickly check if a given name is valid.
 *
 * @author Matthew Dawson <matthew@mjdsystems.ca>
 * @author Matthew Dawson
 */
final public class VariableCollection {
    /**