diff options
| author | Kostya <mail@sartin.in> | 2026-08-14 07:54:12 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-14 07:54:12 +0000 |
| commit | 65ef330ad8182c95cc26260548e687d1d71c5ca2 (patch) | |
| tree | fc2a85a1b5e9e1208a484767aa7dbe67b28e32f4 /ui-console/src/main | |
| parent | ffd09319b04f7360cd95784272eadad60c2c5a79 (diff) | |
| download | guess-market-65ef330ad8182c95cc26260548e687d1d71c5ca2.tar.gz guess-market-65ef330ad8182c95cc26260548e687d1d71c5ca2.tar.xz guess-market-65ef330ad8182c95cc26260548e687d1d71c5ca2.zip | |
Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra and tests
Removes the placeholder Mapper interface in favor of concrete mapper/provider
implementations, fixes Menu.stop() to no-op instead of throwing.
Diffstat (limited to 'ui-console/src/main')
| -rw-r--r-- | ui-console/src/main/java/market/guess/ui/console/Menu.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui-console/src/main/java/market/guess/ui/console/Menu.java b/ui-console/src/main/java/market/guess/ui/console/Menu.java index 4bf8929..81dade0 100644 --- a/ui-console/src/main/java/market/guess/ui/console/Menu.java +++ b/ui-console/src/main/java/market/guess/ui/console/Menu.java | |||
| @@ -16,8 +16,7 @@ public class Menu implements Startable { | |||
| 16 | 16 | ||
| 17 | @Override | 17 | @Override |
| 18 | public void stop() { | 18 | public void stop() { |
| 19 | // TODO Auto-generated method stub | 19 | // Do nothing. |
| 20 | throw new UnsupportedOperationException("Unimplemented method 'stop'"); | ||
| 21 | } | 20 | } |
| 22 | 21 | ||
| 23 | private static void printMenu(OutputProvider provider) { | 22 | private static void printMenu(OutputProvider provider) { |