mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Made PagingSupport nested class private based on feedback.
This commit is contained in:
parent
fb6539c49b
commit
5a15583716
@ -177,7 +177,7 @@ public abstract class BaseChildFactory<T extends Content> extends ChildFactory.D
|
|||||||
* Class that supplies paging related functionality to the base child
|
* Class that supplies paging related functionality to the base child
|
||||||
* factory class.
|
* factory class.
|
||||||
*/
|
*/
|
||||||
class PagingSupport {
|
private class PagingSupport {
|
||||||
|
|
||||||
private final String nodeName;
|
private final String nodeName;
|
||||||
private int pageSize;
|
private int pageSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user