Skip to content

Commit 904df74

Browse files
committed
string updates
1 parent 6bd9fb9 commit 904df74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Search/BingCustomSearch/src/main/java/BingCustomSearchSample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ public class BingCustomSearchSample {
1313
public static boolean runSample(BingCustomSearchAPI client, String customConfigId) {
1414
try {
1515

16-
//=============================================================
17-
// This will custom search for "Xbox" and print out name and url for the first web page in the results list
16+
// This will search for "Xbox" using Bing Custom Search
17+
//and print out name and url for the first web page in the results list
1818

19-
System.out.println("Searched for Query# \"Xbox\"");
19+
System.out.println("Searching for Query: \"Xbox\"");
2020
SearchResponse webData = client.bingCustomInstances().search()
2121
.withCustomConfig(customConfigId != null ? Long.valueOf(customConfigId) : 0)
2222
.withQuery("Xbox")

0 commit comments

Comments
 (0)