Skip to content

Commit 8255384

Browse files
committed
remove trailing space
1 parent b5d7b0e commit 8255384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/java/util/Currency/currencyEnhancedCoverage/ValidateCurrencyCoverage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static void main(String[] args) throws Exception {
8787

8888
/**
8989
* Reads the currency definitions from the input file and validates each entry.
90-
*
90+
*
9191
* @return
9292
*/
9393
private static List<String[]> parseCurrencyTextFile() throws Exception {
@@ -185,7 +185,7 @@ private static String testCountryCurrencyWithLocale(String country, String curre
185185

186186
/**
187187
* Validates the currencycode based currency instance.
188-
*
188+
*
189189
* @return
190190
*/
191191
private static String testCountryCurrencyWithCurrencyCode(String currencyCode, int numericCode, int digits) {

0 commit comments

Comments
 (0)