mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +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 =
|
||||
"repositories".concat(File.separator).concat(TYPE_NAME);
|
||||
|
||||
/** Field description */
|
||||
public static final String CONFIG_FILE =
|
||||
"config".concat(File.separator).concat("hg.xml");
|
||||
|
||||
/** Field description */
|
||||
private static final Logger logger =
|
||||
Logger.getLogger(HgRepositoryHandler.class.getName());
|
||||
@@ -259,11 +255,6 @@ public class HgRepositoryHandler extends AbstractRepositoryHandler<HgConfig>
|
||||
return TYPE;
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user