Update name references in java docs
Summary: Per title. Tried to only update the things I touched myself. Reviewed By: jknoxville Differential Revision: D10028023 fbshipit-source-id: 09b56ea9d19caa277a107e4ea970d3ebb28b2165
This commit is contained in:
committed by
Facebook Github Bot
parent
a19862d7a2
commit
632628e630
@@ -14,10 +14,10 @@ Note: this plugin is only available for Android.
|
||||
### Android
|
||||
|
||||
```java
|
||||
import com.facebook.sonar.plugins.sharedpreferences.SharedPreferencesSonarPlugin;
|
||||
import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin;
|
||||
|
||||
client.addPlugin(
|
||||
new SharedPreferencesSonarPlugin(context, "my_shared_preference_file"));
|
||||
new SharedPreferencesFlipperPlugin(context, "my_shared_preference_file"));
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user