-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add null check to proto mappers (#681)
- Loading branch information
1 parent
58c195d
commit d8ff2af
Showing
8 changed files
with
447 additions
and
395 deletions.
There are no files selected for viewing
321 changes: 170 additions & 151 deletions
321
src/main/java/com/uber/cadence/internal/compatibility/proto/DecisionMapper.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
209 changes: 109 additions & 100 deletions
209
src/main/java/com/uber/cadence/internal/compatibility/proto/HistoryMapper.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.