Skip to content

Commit 914d135

Browse files
committed
Hexagonal pattern: Update test application description
1 parent df32a7b commit 914d135

File tree

1 file changed

+5
-5
lines changed
  • hexagonal/src/main/java/com/iluwatar/hexagonal

1 file changed

+5
-5
lines changed

hexagonal/src/main/java/com/iluwatar/hexagonal/App.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
* The application core is separate from the services that drive it and
5050
* from the services it uses.<p>
5151
*
52-
* The primary ports for the application are {@link LotteryAdministration}
53-
* through which the lottery round is initiated and run and
54-
* {@link LotteryService} that allows players to submit lottery tickets for
55-
* the draw.<p>
52+
* The primary ports for the application are console interfaces
53+
* {@link ConsoleAdministration} through which the lottery round is
54+
* initiated and run and {@link ConsoleLottery} that allows players to
55+
* submit lottery tickets for the draw.<p>
5656
*
5757
* The secondary ports that application core uses are {@link WireTransfers}
58-
* which is a banking service, {@link LotteryNotifications} that delivers
58+
* which is a banking service, {@link LotteryEventLog} that delivers
5959
* eventlog as lottery events occur and {@link LotteryTicketRepository}
6060
* that is the storage for the lottery tickets.
6161
*

0 commit comments

Comments
 (0)