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 aa161ce commit ad7ae5fCopy full SHA for ad7ae5f
metafacture-io/src/main/java/org/metafacture/io/SruOpener.java
@@ -115,7 +115,7 @@ public void setQuery(final String query) {
115
*
116
* @param totalrecords total number of records to be retrieved
117
*/
118
- public void setTotal(final int totalrecords) {
+ public void setTotalRecords(final int totalRecords) {
119
totalRecords = totalrecords;
120
}
121
0 commit comments