mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
style: update & resolve doc block warnings (#1774)
* style: resolve throw symbols (except InvalidArgumentException) * style: resolve unknown symbol & reduce indention for PluginEntry * fix: define IllegalArgumentException not InvalidArgumentException
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class StandardActivityTest {
|
||||
@Test
|
||||
public void webViewCheck() {
|
||||
StandardActivity activity = (StandardActivity) mActivityRule.getActivity();
|
||||
//Fish the webview out of the mostly locked down Activity using the Android SDK
|
||||
// Fish the WebView out of the mostly locked down Activity using the Android SDK
|
||||
View view = activity.getWindow().getCurrentFocus();
|
||||
assertEquals(SystemWebView.class, view.getClass());
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ public class EmbeddedWebViewActivity extends AppCompatActivity {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_main);
|
||||
|
||||
//Set up the webview
|
||||
// Set up the WebView
|
||||
ConfigXmlParser parser = new ConfigXmlParser();
|
||||
parser.parse(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user