Trimmed trailing whitespace.

This commit is contained in:
Michael Bayne
2011-06-21 17:13:35 -07:00
parent 67a450df2c
commit 024e2ad3c4
@@ -208,7 +208,7 @@ public class JDBCUtil
public String quote (Date date) public String quote (Date date)
{ {
return (date == null) ? null : escape(String.valueOf(date)); return (date == null) ? null : escape(String.valueOf(date));
} }
/** /**
* Escapes any single quotes in the supplied text and wraps it in single quotes to make it safe * Escapes any single quotes in the supplied text and wraps it in single quotes to make it safe