Skip to content

Commit

Permalink
fix javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 28, 2021
1 parent d213616 commit 508bc91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static Model readPom(String pomFilePath) throws IOException, XmlPullPars
/**
* After test method. Removes flattened-pom.xml file which is created during test.
*
* @throws RuntimeException if can't remove file.
* @throws IOException if can't remove file.
*/
@After
public void removeFlattenedPom() throws IOException {
Expand Down

0 comments on commit 508bc91

Please sign in to comment.