Skip to content

Commit c32274f

Browse files
authored
Update identifiers-java.md
1 parent bad4e21 commit c32274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/includes/identifiers/identifiers-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ OrganizationCollectionPage organizations = graphClient.organization()
118118
.get();
119119
String tenantId = organizations.getCurrentPage().get(0).id;
120120

121-
//Communication Services Resource ID
121+
// Communication Services Resource ID
122122
var resourceId = "<resource-id-guid>";
123123

124124
// create an identifier

0 commit comments

Comments
 (0)