Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fred Eisele
fql
Commits
a4355c78
Commit
a4355c78
authored
Dec 03, 2018
by
Ryan Wisnesky
Browse files
tiny fix
parent
84563db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/catdata/aql/fdm/DistinctInstance.java
View file @
a4355c78
...
...
@@ -175,6 +175,6 @@ public class DistinctInstance<Ty, En, Sym, Fk, Att, Gen, Sk, X, Y> extends Insta
@Override
public
boolean
allowUnsafeJava
()
{
return
I
.
requireConsistency
();
return
I
.
allowUnsafeJava
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment