Rename field value function reasonably.

This commit is contained in:
Michael Jumper
2013-01-29 19:19:55 -08:00
parent f4ec322183
commit b6c1bc19ff

View File

@@ -101,7 +101,7 @@ public interface GuacamoleConfigurationTemplate {
* @return The set of all possible legal values for this field, or null * @return The set of all possible legal values for this field, or null
* if this field can have any value. * if this field can have any value.
*/ */
Collection<String> getDefaultValues(); Collection<String> getPossibleValues();
} }