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
88d29675ae
commit
f7b073f3eb
|
@ -147,12 +147,8 @@ public class DefaultMavenSettingsBuilder
|
||||||
// ---------------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------------
|
||||||
// path = path.replaceAll( "//", "/" );
|
// path = path.replaceAll( "//", "/" );
|
||||||
|
|
||||||
return new File( path ).getAbsoluteFile();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return new File( path ).getAbsoluteFile();
|
|
||||||
}
|
}
|
||||||
|
return new File( path ).getAbsoluteFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue