Prevent double wrapping directories in MockDirectoryWrapper

This commit is contained in:
Simon Willnauer 2014-11-16 20:54:39 +01:00
parent e6908de04a
commit b0b7c917c3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class MockFSDirectoryService extends FsDirectoryService {
@Override
public Directory[] build() throws IOException {
return helper.wrapAllInplace(delegateService.build());
return delegateService.build();
}
@Override