Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Merschformann <[email protected]>
  • Loading branch information
larsbeck and merschformann authored Mar 13, 2024
1 parent e009c76 commit 1669055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routing-java-ortools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ be executed on the Nextmv platform.

## Usage

Java templates in Nextmv require a `main.jar` as an entry point. Running the
Java apps in Nextmv require a `main.jar` as an entry point. Running the
following command will generate a `main.jar` in the root direcotry of the
project.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public final class Main {
public static void main(String[] args) {
// record start time of the program
// Record start time of the program.
long startTime = System.currentTimeMillis();
// Parse arguments. Exit on error.
Options options = Options.fromArguments(args);
Expand Down

0 comments on commit 1669055

Please sign in to comment.