Compare commits

..
Author SHA1 Message Date
Debjit Chattopadhyay 5f0d6838e3 update alfresco-sdk docs for 4.12.0 2026-02-12 14:40:30 +05:30
@@ -66,7 +66,6 @@ public class HelloWorldWebScriptIT {
// Execute Web Script call
try {
System.out.println("[Debug Purpose]: Executing HTTP GET request to: " + webscriptURL);
HttpGet httpget = new HttpGet(webscriptURL);
HttpResponse httpResponse = httpclient.execute(httpget);
assertEquals("Incorrect HTTP Response Status",
@@ -83,4 +82,4 @@ public class HelloWorldWebScriptIT {
final String platformEndpoint = System.getProperty(ACS_ENDPOINT_PROP);
return StringUtils.isNotBlank(platformEndpoint) ? platformEndpoint : ACS_DEFAULT_ENDPOINT;
}
}
}