Added test class.
This commit is contained in:
parent
0c0e8bf0c5
commit
2a771bc992
5 changed files with 131 additions and 2 deletions
|
@ -57,7 +57,7 @@ public class Reasons
|
|||
{
|
||||
for (final Map.Entry<String, String> entry : REASON_PHRASES.entrySet())
|
||||
{
|
||||
System.out.println(entry.getKey() + '=' + entry.getValue());
|
||||
System.out.println(entry.getKey() + ": " + entry.getValue());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ public class ReasonTag extends SimpleTagSupport
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (IOException e)
|
||||
catch (IOException ignore)
|
||||
{
|
||||
// Ignore.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue