1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Fix some warnings

This commit is contained in:
cketti 2013-02-02 04:14:56 +01:00
parent 58919c2912
commit 3171ee969f

View File

@ -259,7 +259,7 @@ public class MessageProvider extends ContentProvider {
}
/**
* @deprecated having an incremential value has no real interest,
* @deprecated having an incremental value has no real interest,
* implemented for compatibility only
*/
@Deprecated
@ -724,6 +724,7 @@ public class MessageProvider extends ContentProvider {
return mCursor.isFirst();
}
@Override
public boolean isLast() {
checkClosed();
return mCursor.isLast();
@ -783,6 +784,7 @@ public class MessageProvider extends ContentProvider {
mCursor.registerDataSetObserver(observer);
}
@SuppressWarnings("deprecation")
@Override
public boolean requery() {
checkClosed();