Skip to content

Commit 3ebfac2

Browse files
Update src/main/java/org/z3950/zing/cql/CQLTermNode.java
Co-authored-by: Copilot <[email protected]>
1 parent 7854b27 commit 3ebfac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/z3950/zing/cql/CQLTermNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private List<String> getAttrs(Properties config) throws PQFTranslationException
164164
pos = pos.equals("first") ? "firstAndLast" : "last";
165165
// ### in the firstAndLast case, the standard
166166
// pqf.properties file specifies that we generate a
167-
// completeness=whole-field attributem, which means that
167+
// completeness=whole-field attribute, which means that
168168
// we don't generate a position attribute at all. Do we
169169
// care? Does it matter?
170170
}

0 commit comments

Comments
 (0)