Added bintray publishing.

This commit is contained in:
Erik C. Thauvin 2016-01-18 22:32:40 -08:00
parent ce8833ca53
commit 51a03bde4c
6 changed files with 158 additions and 133 deletions

View file

@ -64,6 +64,8 @@ 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.
*/
public static void outWrite(final Writer out, final String value, final String defaultValue, final boolean xml)
throws IOException