diff options
| author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-06 14:29:37 +0100 | 
|---|---|---|
| committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-06 14:29:37 +0100 | 
| commit | 8189116ea4b5db4675e31dfd04a5687d55e29262 (patch) | |
| tree | c1815021452a888f8838f1628d8fb4689777e73e /src/jcgp/gui/settings/parameters | |
| parent | aa9e74e7f67789f6353fc26e02ee8e68e40609a2 (diff) | |
Added javadocs, made minor changes to the comments
Diffstat (limited to 'src/jcgp/gui/settings/parameters')
| -rw-r--r-- | src/jcgp/gui/settings/parameters/GUIParameter.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jcgp/gui/settings/parameters/GUIParameter.java b/src/jcgp/gui/settings/parameters/GUIParameter.java index 3009340..f896fa3 100644 --- a/src/jcgp/gui/settings/parameters/GUIParameter.java +++ b/src/jcgp/gui/settings/parameters/GUIParameter.java @@ -23,7 +23,7 @@ import jcgp.gui.settings.SettingsPane;   * This is the base class for all @code{GUIParameter}s. Using the factory method @code{GUIParameter.create()}   * generates an appropriate instance of this class for the specified parameter.   * <br><br> - * @code{GUIParameter} is an @code{HBox} containing a @code{Text} for the parameter name  + * A @code{GUIParameter} is an @code{HBox} containing a @code{Text} for the parameter name    * and a @code{Control} for interaction.   * It stores an instance of its associated @code{Parameter} object and also contains a @code{Tooltip} for    * displaying status information.  | 
