Skip to content

Commit

Permalink
Eclipse requires some tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowser committed Feb 25, 2009
1 parent 8e99071 commit d48d238
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions android/src/com/nitobi/phonegap/GeoTuple.java
Expand Up @@ -21,6 +21,8 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/


public class GeoTuple {

public double lat;
Expand Down
5 changes: 0 additions & 5 deletions android/src/com/nitobi/phonegap/GpsListener.java
Expand Up @@ -22,16 +22,11 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import android.content.Context;
import android.hardware.SensorManager;
import android.location.Location;
import android.location.LocationManager;
import android.location.LocationListener;
import android.os.Bundle;
import android.os.Handler;
import android.os.Vibrator;
import android.telephony.TelephonyManager;
import android.util.Log;
import android.webkit.WebView;

public class GpsListener implements LocationListener {

Expand Down
5 changes: 0 additions & 5 deletions android/src/com/nitobi/phonegap/NetworkListener.java
Expand Up @@ -22,16 +22,11 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
import android.content.Context;
import android.hardware.SensorManager;
import android.location.Location;
import android.location.LocationManager;
import android.location.LocationListener;
import android.os.Bundle;
import android.os.Handler;
import android.os.Vibrator;
import android.telephony.TelephonyManager;
import android.util.Log;
import android.webkit.WebView;

public class NetworkListener implements LocationListener {

Expand Down

0 comments on commit d48d238

Please sign in to comment.