Skip to content

Commit

Permalink
Improved UI
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored May 10, 2023
1 parent acf5040 commit f7cd2e2
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 349 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/github/moneytostr/MoneyToStr.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ public static void initXmlDoc(final String xmlData) {

/** Currency. */
public enum Currency {
/** . */
RUR,
/** . */
UAH,
/** . */
USD,
/** . */
EUR,
/** . */
RUR,
/** . */
PER10,
/** . */
PER100,
Expand All @@ -264,12 +264,12 @@ public enum Currency {

/** Language. */
public enum Language {
/** . */
RUS,
/** . */
UKR,
/** . */
ENG
ENG,
/** . */
RUS
}

/** Pennies. */
Expand Down
Loading

0 comments on commit f7cd2e2

Please sign in to comment.