Skip to content

Commit f52f3f6

Browse files
committed
Merge pull request OfficeDev#507 from mattguo/master
Fix the "contacts:MSExchageCertificate" typo
2 parents ea8f81a + 007692b commit f52f3f6

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)