Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protocol): prevent NullPointerException in BpmnElementType
- as the elementTypeName field can be null use Optional.ofNullable in getter (cherry picked from commit 10ad6c4)
- Loading branch information