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
/**
* 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
/**