Update javadoc as well
This commit is contained in:
parent
f348a20035
commit
a4f06a9e1e
@ -70,7 +70,7 @@ public final class Settings {
|
|||||||
public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false);
|
public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this setting is on, no auto tool will occur at all, not at calculation time nor execution time
|
* Automatically select the best available tool
|
||||||
*/
|
*/
|
||||||
public final Setting<Boolean> autoTool = new Setting<>(true);
|
public final Setting<Boolean> autoTool = new Setting<>(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user