Skip to content

Commit

Permalink
suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Rick Ossendrijver <[email protected]>
  • Loading branch information
oxkitsune and rickie authored Feb 27, 2023
1 parent 9116577 commit 7fed976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public TestNGJUnitMigration() {
/**
* Instantiates a new {@link TestNGJUnitMigration} with the specified {@link ErrorProneFlags}.
*
* @param flags the error-prone flags used to set the migration mode
* @param flags the error-prone flags used to set the migration mode.
*/
public TestNGJUnitMigration(ErrorProneFlags flags) {
this.conservativeMode = flags.getBoolean(CONSERVATIVE_MIGRATION_MODE_FLAG).orElse(false);
Expand Down

0 comments on commit 7fed976

Please sign in to comment.