Skip to content

Commit ac4b621

Browse files
author
Mike Kistler
committed
Address PR review comments
1 parent db5c295 commit ac4b621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ibm/watson/developer_cloud/spring/boot/WatsonAutoConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ public ToneAnalyzer toneAnalyzer() {
215215
public VisualRecognition visualRecognition() {
216216
VisualRecognition service = new VisualRecognition(vrConfig.getVersionDate());
217217
configUrl(service, vrConfig);
218+
configBasicAuth(service, vrConfig);
218219
configApiKey(service, vrConfig);
219220
return service;
220221
}

0 commit comments

Comments
 (0)