Skip to content

Commit f95e5ff

Browse files
author
dksimpson
committed
Correct code tag
1 parent 82bb4b6 commit f95e5ff

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)