Skip to content

Commit 8aed5d9

Browse files
Add space
1 parent 69fbbd5 commit 8aed5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/ibmwatsonx/IbmWatsonxResponseHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import static org.elasticsearch.core.Strings.format;
1818

1919
public class IbmWatsonxResponseHandler extends BaseResponseHandler {
20+
2021
public IbmWatsonxResponseHandler(String requestType, ResponseParser parseFunction) {
2122
super(requestType, parseFunction, IbmWatsonxErrorResponseEntity::fromResponse);
2223
}

0 commit comments

Comments
 (0)