cstamas commented on code in PR #143: URL: https://github.com/apache/maven-scm/pull/143#discussion_r878674102
########## maven-scm-test/src/main/java/org/apache/maven/scm/ScmTestCase.java: ########## @@ -60,7 +63,8 @@ private SecDispatcher secDispatcher; - protected void setUp() + @Override + public void setUp() Review Comment: fixed ########## maven-scm-test/src/main/java/org/apache/maven/scm/ScmTckTestCase.java: ########## @@ -135,10 +138,9 @@ public void removeRepo() /** * Provided to allow removeRepo() to be called. - * @see junit.framework.TestCase#tearDown() */ @Override - protected void tearDown() + public void tearDown() Review Comment: fixed -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org