|
@@ -43,13 +43,9 @@ public class FuseNioAdapter implements NioAdapter {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * TODO: implement it!
|
|
|
|
- * @throws CommandFailedException
|
|
|
|
- */
|
|
|
|
@Override
|
|
@Override
|
|
public void reveal() throws CommandFailedException{
|
|
public void reveal() throws CommandFailedException{
|
|
- //fuseEnv.revealFsRootUrlInFilesystemManager(SOMETHING);
|
|
|
|
|
|
+ fuseEnv.revealFsRootInFilesystemManager();
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|