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
@@ -13,8 +13,8 @@ To use the sandbox plugin, you need to add the plugin to your Flipper client ins
|
||||
### Android
|
||||
|
||||
```java
|
||||
import com.facebook.sonar.plugins.SandboxSonarPlugin;
|
||||
import com.facebook.sonar.plugins.SandboxSonarPluginStrategy;
|
||||
import com.facebook.flipper.plugins.SandboxSonarPlugin;
|
||||
import com.facebook.flipper.plugins.SandboxSonarPluginStrategy;
|
||||
|
||||
final SandboxSonarPluginStrategy strategy = getStrategy(); // Your strategy goes here
|
||||
client.addPlugin(new SandboxSonarPlugin(strategy));
|
||||
|
||||
Reference in New Issue
Block a user