Skip to content

Commit ae94d84

Browse files
committed
Dummy commit to force upload to maven central
1 parent 1d1e1db commit ae94d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/main/java/com/genexus/sap/SessionManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package com.genexus.sap;
22

33
import java.util.Properties;
4-
import com.genexus.ModelContext;
4+
55
import com.genexus.diagnostics.Log;
6+
import com.genexus.ModelContext;
67
import com.sap.conn.jco.AbapException;
78
import com.sap.conn.jco.JCoContext;
89
import com.sap.conn.jco.JCoDestination;
@@ -12,7 +13,6 @@
1213

1314
public class SessionManager
1415
{
15-
1616
private String msHost = "";
1717
private String msServ = "";
1818
private String group = "";

0 commit comments

Comments
 (0)