We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7854b27 commit 3ebfac2Copy full SHA for 3ebfac2
src/main/java/org/z3950/zing/cql/CQLTermNode.java
@@ -164,7 +164,7 @@ private List<String> getAttrs(Properties config) throws PQFTranslationException
164
pos = pos.equals("first") ? "firstAndLast" : "last";
165
// ### in the firstAndLast case, the standard
166
// pqf.properties file specifies that we generate a
167
- // completeness=whole-field attributem, which means that
+ // completeness=whole-field attribute, which means that
168
// we don't generate a position attribute at all. Do we
169
// care? Does it matter?
170
}
0 commit comments