Skip to content

Commit

Permalink
Fix Exchange2018
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianLi committed Apr 1, 2023
1 parent 750db8b commit aaef177
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/enums/PurposeEnum.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ public enum PurposeEnum {
//ExchangeOWA Version
Exchange2013_FindPeople("Exchange2013", "FindPeople","scan.Exchange2013"),
Exchange2013_GetPersona("Exchange2013", "GetPersona","scan.Exchange2013"),
Exchange2016_FindPeople("Exchange2016", "FindPeople","scan.Exchange2016"),
Exchange2016_GetPersona("Exchange2016", "GetPersona","scan.Exchange2016"),
Exchange2016_GetGroup("Exchange2016", "GetGroup","scan.Exchange2016"),
Exchange2018_FindPeople("Exchange2018", "FindPeople","scan.Exchange2018"),
Exchange2018_GetPersona("Exchange2018", "GetPersona","scan.Exchange2018"),
;

private String version;
Expand Down

0 comments on commit aaef177

Please sign in to comment.