This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug that could cause errors "org.omg.CORBA.MARSHAL: Cannot marsha…
…ll null string."
- Loading branch information
gwen-soleil
committed
Aug 24, 2020
1 parent
d903bf9
commit bcb9a7d
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
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
@gwen-soleil , shouldn't this line be:
if (propValuesSingle.containsKey(Constants.LABEL)) {
instead as done below for format, unit, etc... ?