Skip to content

Commit 9135966

Browse files
authored
Updated comments
1 parent be078b1 commit 9135966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search/BingCustomSearch/src/main/java/com/microsoft/azure/cognitiveservices/search/customsearch/samples/BingCustomSearchSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static void main(String[] args) {
7878
// 1. comment out the below lines
7979
final String subscriptionKey = System.getenv("BING_CUSTOM_SEARCH_SUBSCRIPTION_KEY");
8080
final String customConfigId = System.getenv("AZURE_BING_SAMPLES_CUSTOM_CONFIG_ID");
81-
// 2. paste your cognitive services API key and custom config id below, and uncomment the following two lines
81+
// 2. paste your custom config id below and add your key to your environment variables
8282
//final String subscriptionKey = System.getenv("BING_CUSTOM_SEARCH_SUBSCRIPTION_KEY");
8383
//final String customConfigId = "enter your custom config id here";
8484

0 commit comments

Comments
 (0)