Skip to content
Snippets Groups Projects
Commit 01bee3e2 authored by Johannes Mey's avatar Johannes Mey
Browse files

prevent mquat from looking for indexes it cannot build.

parent 3ccf1ea0
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ public class ERISAttribute {
typeLength = jsonObject.getInt("typeLength");
unique = jsonObject.getBoolean("unique");
allowIndex = jsonObject.getBoolean("allowIndex");
allowIndex = allowIndex && notNull && notUndefined;
this.container = container;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment