File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
common/src/main/java/com/genexus/common/interfaces
java/src/main/java/com/genexus/specific/java Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public class SpecificImplementation {
24
24
public static IExtensionMessages Messages ;
25
25
public static IExtensionPictureFormatter PictureFormatter ;
26
26
public static IExtensionSdtMessages_Message SdtMessages_Message ;
27
- // public static IExtensionHTTPConnection HTTPConnection;
28
27
public static ICryptoAlhorithms Algorithms ;
29
28
public static IExtensionModelContext ModelContext ;
30
29
public static boolean KeepDecimals ;
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ public static void init()
32
32
if (!ApplicationContext .getInstance ().getReorganization ())
33
33
SpecificImplementation .GXXMLSerializer = new GXXMLserializer ();
34
34
SpecificImplementation .HttpClient = new HttpClient ();
35
- // SpecificImplementation.HTTPConnection = new HTTPConnection();
36
35
SpecificImplementation .HttpCookie = new HttpCookie ();
37
36
SpecificImplementation .ImagesPath = new ImagesPath ();
38
37
SpecificImplementation .LocalUtil = new LocalUtil ();
You can’t perform that action at this time.
0 commit comments