We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a2a61 + f95e5ff commit 4817755Copy full SHA for 4817755
articles/cognitive-services/Bing-Custom-Search/call-endpoint-java.md
@@ -59,8 +59,8 @@ Use this quickstart to learn how to request search results from your Bing Custom
59
60
3. Create another class named `SearchResults` to contain the response from your Bing Custom Search instance.
61
62
- ```csharp
63
- class SearchResults{
+ ```java
+ class SearchResults {
64
HashMap<String, String> relevantHeaders;
65
String jsonResponse;
66
SearchResults(HashMap<String, String> headers, String json) {
0 commit comments