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
@@ -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