mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
remove unused field
This commit is contained in:
@@ -53,10 +53,6 @@ public class HgRepositoryHandler extends AbstractRepositoryHandler<HgConfig>
|
|||||||
public static final String DEFAULT_CONFIGPATH =
|
public static final String DEFAULT_CONFIGPATH =
|
||||||
"repositories".concat(File.separator).concat(TYPE_NAME);
|
"repositories".concat(File.separator).concat(TYPE_NAME);
|
||||||
|
|
||||||
/** Field description */
|
|
||||||
public static final String CONFIG_FILE =
|
|
||||||
"config".concat(File.separator).concat("hg.xml");
|
|
||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
private static final Logger logger =
|
private static final Logger logger =
|
||||||
Logger.getLogger(HgRepositoryHandler.class.getName());
|
Logger.getLogger(HgRepositoryHandler.class.getName());
|
||||||
@@ -259,11 +255,6 @@ public class HgRepositoryHandler extends AbstractRepositoryHandler<HgConfig>
|
|||||||
return TYPE;
|
return TYPE;
|
||||||
}
|
}
|
||||||
|
|
||||||
//~--- methods --------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
//~--- get methods ----------------------------------------------------------
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method description
|
* Method description
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user