Skip to content

Commit a088abf

Browse files
author
Anthony Roux
committed
fix checktyle error
1 parent ccd7c31 commit a088abf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/amadeus/Constants.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package com.amadeus;
22

33
/**
4-
* A class for constant variables
4+
* A class for constant variables.
55
*
66
* <pre>
77
* To use: Constants.VARIABLE
88
* </pre>
99
*/
10-
1110
public final class Constants {
1211
// HTTP verbs
1312
public static final String GET = "GET";

0 commit comments

Comments
 (0)