Skip to content

Commit fadd0a3

Browse files
committed
Ignore pmd warning, cannot happen.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1444961 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9ed70ef commit fadd0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/HelpFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ private Appendable renderWrappedTextBlock(StringBuffer sb, int width, int nextLi
955955
renderWrappedText(sb, width, nextLineTabStop, line);
956956
}
957957
}
958-
catch (IOException e)
958+
catch (IOException e) //NOPMD
959959
{
960960
// cannot happen
961961
}

0 commit comments

Comments
 (0)