mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-18 20:00:42 +02:00
package refactoring
This commit is contained in:
@@ -47,15 +47,15 @@ import java.io.File;
|
||||
public class BaseDirectory
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
static final String DIRECTORY_PROPERTY = "scm-backend.home";
|
||||
|
||||
/** Field description */
|
||||
private static final String DIRECTORY_DEFAULT = ".scm-backend";
|
||||
|
||||
/** Field description */
|
||||
private static final String DIRECTORY_ENVIRONMENT = "SCMBACKEND_HOME";
|
||||
|
||||
/** Field description */
|
||||
static final String DIRECTORY_PROPERTY = "scm-backend.home";
|
||||
|
||||
/** Field description */
|
||||
private static BaseDirectory instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user