activate reveal-method in vault again

This commit is contained in:
infeo
2018-02-05 21:22:35 +01:00
parent b069a16f0c
commit c957f93ce6
@@ -43,13 +43,9 @@ public class FuseNioAdapter implements NioAdapter {
}
}
/**
* TODO: implement it!
* @throws CommandFailedException
*/
@Override
public void reveal() throws CommandFailedException{
//fuseEnv.revealFsRootUrlInFilesystemManager(SOMETHING);
fuseEnv.revealFsRootInFilesystemManager();
}
@Override