Correct comments in ComponentPresetDatabaseLoader to eliminate reference to presets directory
This commit is contained in:
parent
013579faa9
commit
596943a423
@ -18,7 +18,7 @@ import org.slf4j.LoggerFactory;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Loader that gets all component preset from the database in directory datafiles/preset
|
* Loader that gets all component preset from the database in subdirectories of datafiles/components
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ComponentPresetDatabaseLoader extends AsynchronousDatabaseLoader {
|
public class ComponentPresetDatabaseLoader extends AsynchronousDatabaseLoader {
|
||||||
@ -84,7 +84,7 @@ public class ComponentPresetDatabaseLoader extends AsynchronousDatabaseLoader {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* loads the default preset components into the database
|
* loads the default preset components into the database
|
||||||
* uses the file directory from "datafiles/presets"
|
* uses the file directory from "datafiles/components"
|
||||||
*/
|
*/
|
||||||
private void loadPresetComponents() {
|
private void loadPresetComponents() {
|
||||||
log.info("Loading component presets from " + SYSTEM_PRESET_DIR);
|
log.info("Loading component presets from " + SYSTEM_PRESET_DIR);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user