Commit 3f49c4ed authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix pmd issue

parent 6a851e31
......@@ -13,6 +13,7 @@ import chat.rocket.android.model.SyncState;
* just stores gcm registration status.
*/
public class GcmPushRegistration extends RealmObject {
@SuppressWarnings({"PMD.ShortVariable"})
private static final String ID = "dummyId";
public static final String SYNC_STATE = "syncState";
public static final String GCM_PUSH_ENABLED = "gcmPushEnabled";
......
......@@ -8,7 +8,6 @@ import java.util.ArrayList;
import java.util.List;
import chat.rocket.android.api.DDPClientWrapper;
import chat.rocket.android.api.MethodCallHelper;
import chat.rocket.android.api.RaixPushHelper;
import chat.rocket.android.helper.LogcatIfError;
import chat.rocket.android.model.ddp.User;
import chat.rocket.android.realm_helper.RealmHelper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment