Added circleci configuration.

This commit is contained in:
Erik C. Thauvin 2017-05-29 22:24:30 -07:00
parent b78bdf73f0
commit 09727b752a
5 changed files with 22 additions and 8 deletions

View file

@ -97,7 +97,7 @@ public final class Utils {
* @param value The string value.
* @param defaultValue The default value.
* @param xml The {@link #escapeXml(String) xml} flag.
* @throws IOException f an I/O error occurs.
* @throws IOException If an I/O error occurs.
*/
public static void outWrite(final Writer out, final String value, final String defaultValue, final boolean xml)
throws IOException {