Skip to content

Commit c48bc45

Browse files
committed
refactor: formatted a todo block
1 parent 421e120 commit c48bc45

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

framework/src/org/apache/cordova/PluginManager.java

+7-5
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,14 @@ public void onNewIntent(Intent intent) {
371371
}
372372

373373
/**
374-
* @todo should we move this somewhere public and accessible by all plugins?
375-
* For now, it is placed where it is used and kept private so we can decide later and move without causing a breaking change.
376-
* An ideal location might be in the "ConfigXmlParser" at the time it generates the "launchUrl".
374+
* TODO: should we move this somewhere public and accessible by all plugins?
377375
*
378-
* @todo should we be restrictive on the "file://" return? e.g. "file:///android_asset/www/"
379-
* Would be considered as a breaking change if we apply a more granular check.
376+
* <p>For now, it is placed where it is used and kept private so we can decide later and move without causing a breaking change.
377+
* An ideal location might be in the "ConfigXmlParser" at the time it generates the "launchUrl".</p>
378+
*
379+
* TODO: should we be restrictive on the "file://" return? e.g. "file:///android_asset/www/"
380+
*
381+
* <p>Would be considered as a breaking change if we apply a more granular check.</p>
380382
*/
381383
private String getLaunchUrlPrefix() {
382384
if (!app.getPreferences().getBoolean("AndroidInsecureFileModeEnabled", false)) {

0 commit comments

Comments
 (0)