Skip to content

Commit 527af2b

Browse files
authored
Merge pull request #23 from moradbelarbi/patch-1
Update Session.java
2 parents 2888b01 + 9564451 commit 527af2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.odoojava</groupId>
77
<artifactId>odoo-java-api</artifactId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>odoo-java-api</name>

src/main/java/com/odoojava/api/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ int authenticate() throws XmlRpcException, Exception {
222222

223223
// JSONRPC part
224224
try {
225-
id = authenticate_json_rpc();
225+
// id = authenticate_json_rpc();
226226
System.out.println("json rpc login");
227227

228228
} catch (JsonRpcClientException e) {

0 commit comments

Comments
 (0)