Skip to content

Commit 18514f2

Browse files
committed
Harmonize whitespaces
1 parent d439bcd commit 18514f2

File tree

4 files changed

+273
-273
lines changed

4 files changed

+273
-273
lines changed

src/main/java/de/meggsimum/w3w/Coordinates.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
* Class represents a position object holding its coordinates (lat/lon).
55
*/
66
public class Coordinates {
7-
7+
88
/** latitude of this coordinate */
99
private double latitude;
10-
10+
1111
/** longitude of this coordinate */
1212
private double longitude;
1313

1414
/**
1515
* Creates an empty {@linkplain Coordinates} object
16-
*
16+
*
1717
* @param latitude
1818
* @param longitude
1919
*/
@@ -23,7 +23,7 @@ public Coordinates() {
2323
/**
2424
* Creates a {@linkplain Coordinates} object with the given latitude and
2525
* longitude
26-
*
26+
*
2727
* @param latitude
2828
* @param longitude
2929
*/

src/main/java/de/meggsimum/w3w/ThreeWords.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* words.
66
*/
77
public class ThreeWords {
8-
8+
99
/** the first word of this "w3w-address" */
1010
private String first;
11-
11+
1212
/** the first word of this "w3w-address" */
1313
private String second;
14-
14+
1515
/** the first word of this "w3w-address" */
1616
private String third;
1717

0 commit comments

Comments
 (0)