remove another unused field

This commit is contained in:
Sebastian Sdorra
2010-09-20 09:54:16 +02:00
parent 18cfdd4b17
commit cbaed857bb

View File

@@ -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());