Skip to content
Snippets Groups Projects

3862

Merged Andreas Bayha requested to merge 3862 into master
3 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -61,6 +61,8 @@ public class PresenceConditionProposalProvider extends ProposalProviderBase {
List<String> stringLiterals = literals.stream().map(l -> l.getName()).collect(toList());
// FIXME (SB): if you have a final operator list (in the utils class), you can replace this
// list here with it.
stringLiterals.addAll(asList("DEFAULT", "NOT", "AND", "OR"));
List<String> proposals =
Loading