Skip to content

Commit 853757b

Browse files
committed
Add constructor by parameter
1 parent 747d095 commit 853757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gxexternalproviders/src/main/java/com/genexus/db/driver/ExternalProviderIBM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ExternalProviderIBM implements ExternalProvider {
4646
private String endpointUrl;
4747

4848
/* For compatibility reasons with GX16 U6 or lower*/
49-
public ExternalProviderIBM() {
49+
public ExternalProviderIBM(){
5050
this(GXServices.STORAGE_SERVICE);
5151
}
5252

0 commit comments

Comments
 (0)