cleanup
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
c3cc4c7092
commit
874a02d1f9
|
@ -86,12 +86,6 @@ public class AliasCheckerSymlinkTest
|
||||||
contextHandler.addAliasCheck(aliasChecker);
|
contextHandler.addAliasCheck(aliasChecker);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: REMOVE
|
|
||||||
private static void createSymbolicLink(Path base, String symlinkFile, String target) throws IOException
|
|
||||||
{
|
|
||||||
createSymbolicLink(base.resolve(symlinkFile), base.resolve(target));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void createSymbolicLink(Path symlinkFile, Path target) throws IOException
|
private static void createSymbolicLink(Path symlinkFile, Path target) throws IOException
|
||||||
{
|
{
|
||||||
delete(symlinkFile);
|
delete(symlinkFile);
|
||||||
|
|
Loading…
Reference in New Issue