We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1e1db commit ae94d84Copy full SHA for ae94d84
java/src/main/java/com/genexus/sap/SessionManager.java
@@ -1,8 +1,9 @@
1
package com.genexus.sap;
2
3
import java.util.Properties;
4
-import com.genexus.ModelContext;
+
5
import com.genexus.diagnostics.Log;
6
+import com.genexus.ModelContext;
7
import com.sap.conn.jco.AbapException;
8
import com.sap.conn.jco.JCoContext;
9
import com.sap.conn.jco.JCoDestination;
@@ -12,7 +13,6 @@
12
13
14
public class SessionManager
15
{
-
16
private String msHost = "";
17
private String msServ = "";
18
private String group = "";
0 commit comments