Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit e6dc529

Browse files
author
hboutemy
committed
removed unused import
1 parent 40908d1 commit e6dc529

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

plexus-container-default/src/main/java/org/codehaus/plexus/PlexusTestCase.java

+6-8
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
import java.io.File;
2020
import java.io.InputStream;
21-
import java.util.HashMap;
22-
import java.util.Map;
2321

2422
import junit.framework.TestCase;
2523

@@ -59,7 +57,7 @@ protected void setupContainer()
5957
customizeContext( context );
6058

6159
boolean hasPlexusHome = context.contains( "plexus.home" );
62-
60+
6361
if ( !hasPlexusHome )
6462
{
6563
File f = getTestFile( "target/plexus-home" );
@@ -118,12 +116,12 @@ protected void customizeContainerConfiguration( ContainerConfiguration container
118116
protected void customizeContext( Context context )
119117
{
120118
}
121-
119+
122120
protected PlexusConfiguration customizeComponentConfiguration()
123121
{
124-
return null;
122+
return null;
125123
}
126-
124+
127125
protected void tearDown()
128126
throws Exception
129127
{
@@ -165,9 +163,9 @@ protected String getCustomConfigurationName()
165163
/**
166164
* Allow the retrieval of a container configuration that is based on the name
167165
* of the test class being run. So if you have a test class called org.foo.FunTest, then
168-
* this will produce a resource name of org/foo/FunTest.xml which would be used to
166+
* this will produce a resource name of org/foo/FunTest.xml which would be used to
169167
* configure the Plexus container before running your test.
170-
*
168+
*
171169
* @param subname
172170
* @return
173171
*/

0 commit comments

Comments
 (0)