Skip to content

Commit

Permalink
Add missing space in RewriteFixTask description
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Jan 5, 2021
1 parent ed300eb commit 28dae14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class RewriteWarnTask extends AbstractRewriteTask{
public RewriteWarnTask(SourceSet sourceSet, RewriteExtension extension) {
super(sourceSet, extension);
setGroup("rewrite");
setDescription("Dry run the active refactoring recipes to sources within the " + sourceSet.getName() + "SourceSet. No changes will be made.");
setDescription("Dry run the active refactoring recipes to sources within the " + sourceSet.getName() + " SourceSet. No changes will be made.");
}

@Override
Expand Down

0 comments on commit 28dae14

Please sign in to comment.