[MCLEAN-126] Replaced old File API with new Path equivalent where possible by peterdemaeyer · Pull Request #62 · apache/maven-clean-plugin
| @@ -197,7 +199,7 @@ public class CleanMojo extends AbstractMojo { | |||
| * waiting for all files to be deleted when the session ends, <code>at-end</code> to indicate that the actual | |||
| * deletion should be performed synchronously when the session ends, or <code>defer</code> to specify that | |||
| * the actual file deletion should be started in the background when the session ends (this should only be used | |||
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
session ends. (This should only be used
| * deletion should be performed synchronously when the session ends, or <code>defer</code> to specify that | ||
| * the actual file deletion should be started in the background when the session ends (this should only be used | ||
| * when maven is embedded in a long running process). | ||
| * when maven is embedded in a long-running process). |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
period inside parentheses
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see your point. Maybe even drop the parentheses altogether?