mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
remove another unused field
This commit is contained in:
@@ -49,10 +49,6 @@ public class HgRepositoryHandler extends AbstractRepositoryHandler<HgConfig>
|
||||
public static final RepositoryType TYPE = new RepositoryType(TYPE_NAME,
|
||||
TYPE_DISPLAYNAME);
|
||||
|
||||
/** Field description */
|
||||
public static final String DEFAULT_CONFIGPATH =
|
||||
"repositories".concat(File.separator).concat(TYPE_NAME);
|
||||
|
||||
/** Field description */
|
||||
private static final Logger logger =
|
||||
Logger.getLogger(HgRepositoryHandler.class.getName());
|
||||
|
||||
Reference in New Issue
Block a user