mirror of https://github.com/apache/maven.git
o removing duplicate tear down
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de46f2a5fa
commit
dcfc099be4
|
@ -56,13 +56,6 @@ public abstract class AbstractMavenProjectTestCase
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void tearDown() throws Exception {
|
|
||||||
projectBuilder = null;
|
|
||||||
|
|
||||||
super.tearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void tearDown()
|
protected void tearDown()
|
||||||
throws Exception
|
throws Exception
|
||||||
|
|
|
@ -69,13 +69,6 @@ public class PomConstructionTest
|
||||||
super.tearDown();
|
super.tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void tearDown() throws Exception {
|
|
||||||
mavenProjectBuilder = null;
|
|
||||||
|
|
||||||
super.tearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Will throw exception if url is empty. MNG-4050
|
* Will throw exception if url is empty. MNG-4050
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue