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.
2 parents 2fd8da6 + 94da562 commit 6e7b03cCopy full SHA for 6e7b03c
metafacture-io/src/main/java/org/metafacture/io/SruOpener.java
@@ -132,7 +132,7 @@ public void setTotal(final int totalrecords) {
132
133
/**
134
* Sets the maximum of records returned in one lookup. <strong>Default value: {@value MAXIMUM_RECORDS}</strong>.
135
- * The lookup is repeated as long as {@link #maximumRecords} is lesser than {@link #totalRecords}.
+ * The lookup is repeated as long as {@link #maximumRecords} is less than {@link #totalRecords}.
136
*
137
* @param maximumRecords maximum of records returned in one lookup
138
*/
0 commit comments