Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix javadoc error
  • Loading branch information
Lakicar95 committed Dec 20, 2024
commit 55671d17102c8c0182791d33100c7fcebc6f0681
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* AzureKeyCredential keyCredential = new AzureKeyCredential(System.getenv("SUBSCRIPTION_KEY"));
*
* // Creates a client
* TimeZoneClient client = new TimeZoneClientBuilder()
* TimeZoneClient client = new TimeZoneClientBuilder()
* .credential(keyCredential)
* .timezoneClientId(System.getenv("MAPS_CLIENT_ID"))
* .buildClient();
Expand Down
Loading