[CB-4417] Move cordova-plugin-splashscreen to its own Java package.

This commit is contained in:
Andrew Grieve
2013-07-31 19:57:24 -04:00
committed by Steven Gill
parent 90fbd3bd4b
commit 9aecb3dd0c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
under the License.
*/
package org.apache.cordova.core;
package org.apache.cordova.splashscreen;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;