Skip to content

Commit

Permalink
Fixing helidon-io#8589 (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam authored Apr 10, 2024
1 parent 2f8935f commit 4e111c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, 2023 Oracle and/or its affiliates.
* Copyright (c) 2020, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -41,7 +41,7 @@ private ServerMain() {
* @param args starting arguments
*/
public static void main(String[] args) {
startServer();
startServer().await();
}

/**
Expand Down

0 comments on commit 4e111c1

Please sign in to comment.