formattage

This commit is contained in:
Kevin Griffin 2011-06-21 11:46:54 -04:00
parent 327bda49a0
commit 517b5e0db9

View File

@ -620,16 +620,16 @@ public class DroidGap extends PhonegapActivity {
} }
} }
@Override @Override
/** /**
* Called when the activity receives a new intent * Called when the activity receives a new intent
**/ **/
protected void onNewIntent(Intent intent) { protected void onNewIntent(Intent intent) {
super.onNewIntent(intent); super.onNewIntent(intent);
//Forward to plugins //Forward to plugins
this.pluginManager.onNewIntent(intent); this.pluginManager.onNewIntent(intent);
} }
@Override @Override
/** /**