Added test class.

This commit is contained in:
Erik C. Thauvin 2015-12-03 12:29:13 -08:00
parent 0c0e8bf0c5
commit 2a771bc992
5 changed files with 131 additions and 2 deletions

View file

@ -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());
}
}

View file

@ -58,7 +58,7 @@ public class ReasonTag extends SimpleTagSupport
}
}
}
catch (IOException e)
catch (IOException ignore)
{
// Ignore.
}