mirror of https://github.com/apache/maven.git
shorter name may help more here?
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@586544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d32e6cc4a
commit
38552dc100
|
@ -81,7 +81,7 @@ public class DefaultExtensionManagerTest
|
||||||
|
|
||||||
if ( f.exists() )
|
if ( f.exists() )
|
||||||
{
|
{
|
||||||
File f2 = File.createTempFile( "preDeleteRename.", "" );
|
File f2 = File.createTempFile( "xx.", "" );
|
||||||
|
|
||||||
f2.delete();
|
f2.delete();
|
||||||
f.renameTo( f2 );
|
f.renameTo( f2 );
|
||||||
|
|
Loading…
Reference in New Issue