Skip to content

Commit

Permalink
Let eclipse reformat midlet class
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Sep 5, 2023
1 parent ed5b3f6 commit 184b135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mahomaps/MahoMapsApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ private void processFirstLaunch() {

// do not translate anything here
Form f = new Form("Setup");
lang = new ChoiceGroup("Language", Choice.EXCLUSIVE, new String[] { "Russian", "English", "French", "Arabic" }, null);
lang = new ChoiceGroup("Language", Choice.EXCLUSIVE, new String[] { "Russian", "English", "French", "Arabic" },
null);
bbNet = new ChoiceGroup("Network", Choice.EXCLUSIVE, new String[] { "Cellular", "Wi-Fi" }, null);
f.append(lang);
if (bb) {
Expand Down

0 comments on commit 184b135

Please sign in to comment.