apply new code formatter and save action
This commit is contained in:
@@ -2,25 +2,25 @@ package org.lucares.pdbui;
|
||||
|
||||
public interface PropertyKeys {
|
||||
|
||||
/**
|
||||
* The path for generated images
|
||||
*/
|
||||
String PATH_GENERATED_IMAGES = "path.output";
|
||||
/**
|
||||
* The path for generated images
|
||||
*/
|
||||
String PATH_GENERATED_IMAGES = "path.output";
|
||||
|
||||
/**
|
||||
* Path for temporary files
|
||||
*/
|
||||
String TMP_DIR = "path.tmp";
|
||||
/**
|
||||
* Path for temporary files
|
||||
*/
|
||||
String TMP_DIR = "path.tmp";
|
||||
|
||||
/**
|
||||
* Indicates whether or not this instance is running in production. This
|
||||
* property is used to switch Vue.js into production or development mode.
|
||||
*/
|
||||
String PRODUCTION_MODE = "mode.production";
|
||||
|
||||
String DEFAULTS_QUERY_EXAMPLES = "defaults.query.examples";
|
||||
|
||||
String DEFAULTS_GROUP_BY = "defaults.groupBy";
|
||||
|
||||
String DEFAULTS_SPLIT_BY = "defaults.splitBy";
|
||||
/**
|
||||
* Indicates whether or not this instance is running in production. This
|
||||
* property is used to switch Vue.js into production or development mode.
|
||||
*/
|
||||
String PRODUCTION_MODE = "mode.production";
|
||||
|
||||
String DEFAULTS_QUERY_EXAMPLES = "defaults.query.examples";
|
||||
|
||||
String DEFAULTS_GROUP_BY = "defaults.groupBy";
|
||||
|
||||
String DEFAULTS_SPLIT_BY = "defaults.splitBy";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user