Skip to content

Commit 6e7b03c

Browse files
committed
Merge branch '510-addSruOpener' of github.com:metafacture/metafacture-core into 510-addSruOpener
2 parents 2fd8da6 + 94da562 commit 6e7b03c

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
@@ -132,7 +132,7 @@ public void setTotal(final int totalrecords) {
132132

133133
/**
134134
* 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}.
135+
* The lookup is repeated as long as {@link #maximumRecords} is less than {@link #totalRecords}.
136136
*
137137
* @param maximumRecords maximum of records returned in one lookup
138138
*/

0 commit comments

Comments
 (0)