mirror of https://github.com/apache/maven.git
[MNG-7445] - Refactoring, remove the useless line
Contribution by JakcyHu Gakiii Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
This commit is contained in:
parent
e85ff889b3
commit
d92538b80f
|
@ -155,12 +155,8 @@ public class DefaultMavenSettingsBuilder
|
|||
// ---------------------------------------------------------------------------------
|
||||
// path = path.replaceAll( "//", "/" );
|
||||
|
||||
return new File( path ).getAbsoluteFile();
|
||||
}
|
||||
else
|
||||
{
|
||||
return new File( path ).getAbsoluteFile();
|
||||
}
|
||||
return new File( path ).getAbsoluteFile();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue