Skip to content

Commit

Permalink
Update Jex.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Nov 27, 2024
1 parent bfd013a commit 3011115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avaje-jex/src/main/java/io/avaje/jex/Jex.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,8 @@ interface Server {

/** Shutdown the server. */
void shutdown();

/** The port of the server */
int port();
}
}

0 comments on commit 3011115

Please sign in to comment.