Skip to content

Commit

Permalink
Harmonize whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Dec 10, 2015
1 parent d439bcd commit 18514f2
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 273 deletions.
8 changes: 4 additions & 4 deletions src/main/java/de/meggsimum/w3w/Coordinates.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
* Class represents a position object holding its coordinates (lat/lon).
*/
public class Coordinates {

/** latitude of this coordinate */
private double latitude;

/** longitude of this coordinate */
private double longitude;

/**
* Creates an empty {@linkplain Coordinates} object
*
*
* @param latitude
* @param longitude
*/
Expand All @@ -23,7 +23,7 @@ public Coordinates() {
/**
* Creates a {@linkplain Coordinates} object with the given latitude and
* longitude
*
*
* @param latitude
* @param longitude
*/
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/de/meggsimum/w3w/ThreeWords.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* words.
*/
public class ThreeWords {

/** the first word of this "w3w-address" */
private String first;

/** the first word of this "w3w-address" */
private String second;

/** the first word of this "w3w-address" */
private String third;

Expand Down
Loading

0 comments on commit 18514f2

Please sign in to comment.