Skip to content

Commit fa67db9

Browse files
authored
Updating comment
1 parent c4ef2dc commit fa67db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Search/BingAutoSuggest/src/main/java/com/microsoft/azure/cognitiveservices/search/autosuggest/samples/BingAutoSuggestSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void main(String[] args) {
6565
try {
6666
//=============================================================
6767
// Authenticate
68-
68+
// Add your Bing Autosuggest subscription key to your environment variables.
6969
final String subscriptionKey = System.getenv("BING_AUTOSUGGEST_SUBSCRIPTION_KEY");
7070
final String customConfigId = System.getenv("AZURE_BING_SAMPLES_CUSTOM_CONFIG_ID");
7171

0 commit comments

Comments
 (0)