Skip to content

Commit 007692b

Browse files
author
Matt Guo
committed
Fix the "contacts:MSExchageCertificate" type, should be "contacts:MSExchangeCertificate"
1 parent 95c6df9 commit 007692b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/microsoft/exchange/webservices/data/core/service/schema/ContactSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private interface FieldUris {
306306
* The MSExchangeCertificate.
307307
*/
308308

309-
String MSExchangeCertificate = "contacts:MSExchageCertificate";
309+
String MSExchangeCertificate = "contacts:MSExchangeCertificate";
310310

311311
/**
312312
* The DirectoryId.

0 commit comments

Comments
 (0)