Skip to content

Commit 4817755

Browse files
authored
Merge pull request #116545 from dksimpson/DKS-US1712683-bing-custom-search
Correct code tag
2 parents 62a2a61 + f95e5ff commit 4817755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Bing-Custom-Search/call-endpoint-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Use this quickstart to learn how to request search results from your Bing Custom
5959

6060
3. Create another class named `SearchResults` to contain the response from your Bing Custom Search instance.
6161

62-
```csharp
63-
class SearchResults{
62+
```java
63+
class SearchResults {
6464
HashMap<String, String> relevantHeaders;
6565
String jsonResponse;
6666
SearchResults(HashMap<String, String> headers, String json) {

0 commit comments

Comments
 (0)