static ignore for now - will be reworked later

This commit is contained in:
Gavriil Sitnikov 2016-02-05 14:23:04 +03:00
parent aa85a547af
commit 1031c67db7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {