~maria-captains/mariadb-java-client/trunk

« back to all changes in this revision

Viewing changes to src/main/java/org/mariadb/jdbc/internal/mysql/MySQLProtocol.java

  • Committer: Massimo Siani
  • Date: 2014-10-21 16:39:40 UTC
  • mfrom: (516.5.1 CONJ-75)
  • Revision ID: massimo.siani@skysql.com-20141021163940-2vx8w051ef7r02bk
Fix for CONJ-75

Show diffs side-by-side

added added

removed removed

Lines of Context:
786
786
     * @throws org.mariadb.jdbc.internal.common.QueryException
787
787
     *          if the socket or readers/writes cannot be closed
788
788
     */
789
 
    public void close()  {
 
789
    public void close() {
790
790
        try {
791
791
            /* If a streaming result set is open, close it.*/ 
792
792
            skip();