rename confusing name
This commit is contained in:
parent
b7f815658d
commit
cd0651e2be
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public class Options {
|
||||||
* @throws ClassCastException if type is wrong
|
* @throws ClassCastException if type is wrong
|
||||||
* @throws NoSuchElementException if no option with this id
|
* @throws NoSuchElementException if no option with this id
|
||||||
*/
|
*/
|
||||||
public void setStringValue(String id, String text) {
|
public void setValueFromString(String id, String text) {
|
||||||
Option<?> option = getOption(id);
|
Option<?> option = getOption(id);
|
||||||
option.setValue(option.fromString(text));
|
option.setValue(option.fromString(text));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue