Skip to content

Commit 94da562

Browse files
dr0iblackwinter
andauthored
Update metafacture-io/src/main/java/org/metafacture/io/SruOpener.java
Co-authored-by: Jens Wille <[email protected]>
1 parent afc756c commit 94da562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-io/src/main/java/org/metafacture/io/SruOpener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void setTotal(final int totalrecords) {
124124

125125
/**
126126
* Sets the maximum of records returned in one lookup. <strong>Default value: {@value MAXIMUM_RECORDS}</strong>.
127-
* The lookup is repeated as long as {@link #maximumRecords} is lesser than {@link #totalRecords}.
127+
* The lookup is repeated as long as {@link #maximumRecords} is less than {@link #totalRecords}.
128128
*
129129
* @param maximumRecords maximum of records returned in one lookup
130130
*/

0 commit comments

Comments
 (0)