You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/apache/commons/cli/help/HelpAppendable.java
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
19
19
importjava.io.IOException;
20
20
importjava.util.Collection;
21
21
importjava.util.Formatter;
22
+
importjava.util.IllegalFormatException;
22
23
23
24
/**
24
25
* Defines a semantic scribe. The semantic scribe appends text to an output based on the semantic meaning of the type of string. For example, a Paragraph versus
@@ -38,16 +39,17 @@ public interface HelpAppendable extends Appendable {
38
39
/**
39
40
* Appends a formatted string using the specified format string and arguments.
0 commit comments