NIHVIVO-2343 Fix comment.

This commit is contained in:
j2blake 2011-11-03 14:27:36 +00:00
parent f25ffeffaf
commit 9bb7ddad13

View file

@ -47,7 +47,7 @@ public class ProxyRelationshipSelectionCriteria {
if (pageIndex <= 0) { if (pageIndex <= 0) {
throw new IllegalArgumentException("pageIndex must be a " throw new IllegalArgumentException("pageIndex must be a "
+ "non-negative integer, not " + pageIndex); + "positive integer, not " + pageIndex);
} }
this.pageIndex = pageIndex; this.pageIndex = pageIndex;