Made PagingSupport nested class private based on feedback.

This commit is contained in:
esaunders 2019-05-07 15:14:05 -04:00
parent fb6539c49b
commit 5a15583716

View File

@ -177,7 +177,7 @@ public abstract class BaseChildFactory<T extends Content> extends ChildFactory.D
* Class that supplies paging related functionality to the base child
* factory class.
*/
class PagingSupport {
private class PagingSupport {
private final String nodeName;
private int pageSize;