File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Licensed to the Apache Software Foundation (ASF) under one
2525import java .util .Timer ;
2626import java .util .TimerTask ;
2727
28- import org .apache .cordova .api . CallbackContext ;
28+ import org .apache .cordova .CallbackContext ;
2929
3030import android .location .Location ;
3131import android .location .LocationListener ;
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Licensed to the Apache Software Foundation (ASF) under one
1818*/
1919package org .apache .cordova .core ;
2020
21- import org .apache .cordova .api . CallbackContext ;
22- import org .apache .cordova .api . CordovaPlugin ;
23- import org .apache .cordova .api . PluginResult ;
21+ import org .apache .cordova .CallbackContext ;
22+ import org .apache .cordova .CordovaPlugin ;
23+ import org .apache .cordova .PluginResult ;
2424import org .json .JSONArray ;
2525import org .json .JSONException ;
2626import org .json .JSONObject ;
You can’t perform that action at this time.
0 commit comments