From 508bc916996c4a422b74f09fa4dc0b2f7ce6bec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sun, 28 Feb 2021 10:23:40 +0100 Subject: [PATCH] fix javadoc warning --- src/test/java/org/codehaus/mojo/flatten/FlattenMojoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/codehaus/mojo/flatten/FlattenMojoTest.java b/src/test/java/org/codehaus/mojo/flatten/FlattenMojoTest.java index 428d1d9a..0bb9e205 100644 --- a/src/test/java/org/codehaus/mojo/flatten/FlattenMojoTest.java +++ b/src/test/java/org/codehaus/mojo/flatten/FlattenMojoTest.java @@ -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 {