Skip to content

Commit

Permalink
Fixed linting issues for android storage classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Feb 5, 2024
1 parent d2f3efa commit 08ddfd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.content.SharedPreferences;
import android.preference.PreferenceManager;

import java.lang.reflect.Field;

public class SharedPreferenceStorage implements Storage{

Expand Down
2 changes: 0 additions & 2 deletions lib/src/main/java/io/ably/lib/push/Storage.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package io.ably.lib.push;

import java.lang.reflect.Field;

/**
* Interface for an entity that supplies key value store
*/
Expand Down

0 comments on commit 08ddfd5

Please sign in to comment.