summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/Rlocation.java
diff options
context:
space:
mode:
authorGoblin911 <goblinliu@gmail.com>2013-08-26 11:16:39 +0800
committerGoblin911 <goblinliu@gmail.com>2013-08-26 11:16:39 +0800
commit686cf083c79fce3a032d229bb1b7ea8ed49046c0 (patch)
tree7cf2c333b0c63e8286a58f84215bfb55b8f83fb6 /client/Piztor/src/com/macaroon/piztor/Rlocation.java
parent6400b18210587cb25b475bc2d3979b9a6da5eda4 (diff)
add new network, but userinfo need to rewrite.
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/Rlocation.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/Rlocation.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/Rlocation.java b/client/Piztor/src/com/macaroon/piztor/Rlocation.java
index 142cc9b..6ac9154 100644
--- a/client/Piztor/src/com/macaroon/piztor/Rlocation.java
+++ b/client/Piztor/src/com/macaroon/piztor/Rlocation.java
@@ -1,13 +1,13 @@
-package com.macaroon.piztor;
-
-class Rlocation{
- int i; //id
- double lat; //latitude
- double lot; //longitude
-
- Rlocation(int id,double latitude,double longitude){
- i = id;
- lat = latitude;
- lot = longitude;
- }
+package com.macaroon.piztor;
+
+class Rlocation{
+ int i; //id
+ double lat; //latitude
+ double lot; //longitude
+
+ Rlocation(int id,double latitude,double longitude){
+ i = id;
+ lat = latitude;
+ lot = longitude;
+ }
} \ No newline at end of file