formattage

This commit is contained in:
Kevin Griffin 2011-06-21 11:46:54 -04:00 committed by Joe Bowser
parent 7bc0d624ac
commit 7d53eb8e3e

View File

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