Skip to content

Commit 477c4ee

Browse files
committed
[CB-4038] - Remove o.a.c.api namespace
1 parent a86c311 commit 477c4ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/android/CordovaLocationListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Licensed to the Apache Software Foundation (ASF) under one
2525
import java.util.Timer;
2626
import java.util.TimerTask;
2727

28-
import org.apache.cordova.api.CallbackContext;
28+
import org.apache.cordova.CallbackContext;
2929

3030
import android.location.Location;
3131
import android.location.LocationListener;

src/android/GeoBroker.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Licensed to the Apache Software Foundation (ASF) under one
1818
*/
1919
package 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;
2424
import org.json.JSONArray;
2525
import org.json.JSONException;
2626
import org.json.JSONObject;

0 commit comments

Comments
 (0)