Enable cache for browse results

This commit is contained in:
Rene Pfeuffer
2019-12-10 15:50:33 +01:00
parent f85ae4f7f1
commit 11acf7ad21

View File

@@ -60,7 +60,6 @@ public class SourceRootResource {
if (revision != null && !revision.isEmpty()) {
browseCommand.setRevision(URLDecoder.decode(revision, "UTF-8"));
}
browseCommand.setDisableCache(true);
BrowserResult browserResult = browseCommand.getBrowserResult();
if (browserResult != null) {