Skip to content

Commit

Permalink
Updated to new coding standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Mar 12, 2023
1 parent 46214ba commit a287004
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class PrepareReleaseMojo extends AbstractScmReleaseMojo {
/**
* Comma separated profiles to enable on release prepare, in addition to active profiles for project execution.
*/
@Parameter( property = "preparationProfiles" )
@Parameter(property = "preparationProfiles")
private String preparationProfiles;

/**
Expand Down Expand Up @@ -333,8 +333,7 @@ public class PrepareReleaseMojo extends AbstractScmReleaseMojo {
* {@inheritDoc}
*/
@Override
protected String getAdditionalProfiles()
{
protected String getAdditionalProfiles() {
return preparationProfiles;
}

Expand Down

0 comments on commit a287004

Please sign in to comment.