remove redundant code

This commit is contained in:
Konstantin Schaper
2020-11-30 14:19:16 +01:00
parent 8986e3d378
commit f575e038ec

View File

@@ -266,14 +266,4 @@ public class HgRepositoryServiceProvider extends RepositoryServiceProvider {
return new HgTagCommand(context, handler.getWorkingCopyFactory());
}
//~--- fields ---------------------------------------------------------------
/** Field description */
private HgCommandContext context;
/** Field description */
private HgRepositoryHandler handler;
/** Field description */
private File repositoryDirectory;
}