NIHVIVO-2343 Fix comment.
This commit is contained in:
parent
f25ffeffaf
commit
9bb7ddad13
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ProxyRelationshipSelectionCriteria {
|
|||
|
||||
if (pageIndex <= 0) {
|
||||
throw new IllegalArgumentException("pageIndex must be a "
|
||||
+ "non-negative integer, not " + pageIndex);
|
||||
+ "positive integer, not " + pageIndex);
|
||||
}
|
||||
this.pageIndex = pageIndex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue