Attempt to stabilize the build

This commit is contained in:
BoykoAlex
2018-02-14 22:01:07 -05:00
parent fa219f40e7
commit c21c274e59
2 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ public abstract class JandexClasspath implements IClasspath {
private Supplier<JandexIndex> javaIndex;
public JandexClasspath() {
this.javaIndex = /*Suppliers.synchronizedSupplier(*/Suppliers.memoize(() -> createIndex())/*)*/;
this.javaIndex = Suppliers.synchronizedSupplier(Suppliers.memoize(() -> createIndex()));
}
protected JandexIndex createIndex() {