Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
and remove "please"
  • Loading branch information
elharo committed Jul 12, 2018
1 parent 70b0d3f commit a86f39f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ protected void checkRequiredState()
{
throw new IllegalStateException( "Maven application directory was not "
+ "specified, and ${maven.home} is not provided in the system "
+ "properties. Please specify at least on of these." );
+ "properties. Specify at least one of these." );
}
}
}
Expand Down

0 comments on commit a86f39f

Please sign in to comment.