Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Mar 13, 2024
1 parent c5f87ac commit 806ac47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/config/ConfigUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static String getResourceRoot() {
* data/config/{configName}/runtime.yml If one does exits, it is returned, if
* one does not exist a default one is created and saved.
*
* @param configName
* @param options
* @return
*/
static public RuntimeConfig loadRuntimeConfig(CmdOptions options) {
Expand Down
7 changes: 3 additions & 4 deletions src/main/java/org/myrobotlab/service/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -5033,10 +5033,9 @@ public boolean isProcessingConfig() {
* Sets the directory for the current config. This will be under configRoot +
* fs + configName. Static wrapper around setConfigName - so it can be used in
* the same way as all the other common static service methods
*
* @param configName
* - config dir name under data/config/{config}
* @return configName
*
* @param name - config dir name under data/config/{config}
* @return config dir name
*/
public static String setConfig(String name) {
if (name == null) {
Expand Down

0 comments on commit 806ac47

Please sign in to comment.