File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Search/BingCustomSearch/src/main/java Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments