OSDN Git Service

メイン画面の表示モード・基準値を設定するダイアログを表示するようにした。
[gokigen/JoggingTimer.git] / wear / src / main / java / net / osdn / gokigen / joggingtimer / storage / TimeEntryDatabase.java
index 7c935b0..e0705f7 100644 (file)
@@ -335,7 +335,8 @@ class TimeEntryDatabase implements ITimeEntryDatabase
          if (id == 0)
          {
              return (REFERENCE_ICON_ID_A);
-         } else if (id == 1)
+         }
+         else if (id == 1)
          {
              return (REFERENCE_ICON_ID_B);
          }