Rename C++ SonarPlugin class

Summary: Part of sonar -> flipper rename

Reviewed By: passy

Differential Revision: D9917615

fbshipit-source-id: e59f43bf003d30ae6be4d95bc4a21c92ab39f732
This commit is contained in:
John Knox
2018-09-24 05:53:45 -07:00
committed by Facebook Github Bot
parent 9685477ea6
commit 5350d3ce7a
6 changed files with 18 additions and 18 deletions

View File

@@ -231,7 +231,7 @@ class AndroidFlipperStateUpdateListener : public SonarStateUpdateListener {
jni::global_ref<JFlipperStateUpdateListener> jStateListener;
};
class JFlipperPluginWrapper : public SonarPlugin {
class JFlipperPluginWrapper : public FlipperPlugin {
public:
jni::global_ref<JFlipperPlugin> jplugin;