formattage

This commit is contained in:
Kevin Griffin
2011-06-21 11:46:54 -04:00
committed by Joe Bowser
parent 7bc0d624ac
commit 7d53eb8e3e
+10 -10
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);
//Forward to plugins
this.pluginManager.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);
}
@Override
/**