static ignore for now - will be reworked later
This commit is contained in:
parent
aa85a547af
commit
1031c67db7
|
|
@ -84,7 +84,7 @@ public class PagingListProvider<T> implements ItemsProvider<T> {
|
|||
return initialize(0);
|
||||
}
|
||||
|
||||
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
|
||||
@SuppressWarnings("checkstyle:MethodLengthCheck")
|
||||
public Observable<Integer> initialize(final int loadToPosition) {
|
||||
synchronized (lock) {
|
||||
if (isInitialized) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue