michael-o commented on code in PR #140: URL: https://github.com/apache/maven-scm/pull/140#discussion_r878926275
########## maven-scm-providers/maven-scm-provider-hg/src/test/java/org/apache/maven/scm/provider/hg/HgRepoUtils.java: ########## @@ -35,9 +35,11 @@ * * @author <a href="mailto:[email protected]">thurner rupert</a> */ -public class HgRepoUtils +public abstract class HgRepoUtils Review Comment: Why? This class even extends `ScmTestCase` for whatsoever reason and has no descendants. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
