Skip to content

Commit

Permalink
Update pom.xml with dev URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepomereu committed Jan 19, 2021
1 parent 883e2f1 commit 57755fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
</roles>
</developer>
</developers>
<name>AceQL HTTP Client SDK</name>
<name>AceQL HTTP Client JDBC Driver Free</name>
<url>http://www.aceql.com</url>
<scm>
<url>https://github.com/kawansoft/aceql-http-client-sdk</url>
<developerConnection>https://github.com/kawansoft/aceql-http-client-sdk</developerConnection>
<url>https://github.com/kawansoft/aceql-http-client-jdbc-driver</url>
<developerConnection>https://github.com/kawansoft/aceql-http-client-jdbc-driver</developerConnection>
</scm>
<inceptionYear>2017</inceptionYear>
<description>The AceQL Java Client JDBC Driver allows to wrap the AceQL HTTP APIs and eliminate the tedious works of handling communications errors and parsing JSON results.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/aceql/jdbc/commons/main/AceQLResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

import com.aceql.jdbc.commons.AceQLBlob;
import com.aceql.jdbc.commons.AceQLConnection;
import com.aceql.jdbc.commons.InternalWrapper;
import com.aceql.jdbc.commons.EditionType;
import com.aceql.jdbc.commons.InternalWrapper;
import com.aceql.jdbc.commons.main.abstracts.AbstractResultSet;
import com.aceql.jdbc.commons.main.http.AceQLHttpApi;
import com.aceql.jdbc.commons.main.http.HttpManager;
Expand All @@ -63,7 +63,7 @@
*/
public class AceQLResultSet extends AbstractResultSet implements ResultSet, Closeable {

public boolean DEBUG = false;
public boolean DEBUG;

/** A File containing the result set returned by an /execute_query call */
public File jsonFile;
Expand Down

0 comments on commit 57755fa

Please sign in to comment.