Browse Source

Decent formatting never hurt

master
Chris Smith 14 years ago
parent
commit
1e0be72d85

+ 2
- 1
code/ContextAnalyser/src/uk/co/md87/android/contextanalyser/DataHelper.java View File

@@ -154,7 +154,8 @@ public class DataHelper {
154 154
 
155 155
         @Override
156 156
         public String toString() {
157
-            return "LocationResult{id=" + id + "name=" + name + "lat=" + lat + "lon=" + lon + '}';
157
+            return "LocationResult{id=" + id + " name=" + name + " lat=" + lat
158
+                    + " lon=" + lon + '}';
158 159
         }
159 160
 
160 161
     }

Loading…
Cancel
Save