Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Mar 20, 2023
1 parent 9a5a228 commit f2770cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ private void adaptDeprecatedEventProperties(ItemCollection eventEntity) {
// timer
if (!eventEntity.hasItem(BPMNModel.EVENT_ITEM_TIMER_ACTIVE)) {
eventEntity.setItemValue(BPMNModel.EVENT_ITEM_TIMER_ACTIVE,
new Boolean("1".equals(eventEntity.getItemValueString("keyscheduledactivity"))));
Boolean.valueOf("1".equals(eventEntity.getItemValueString("keyscheduledactivity"))));
}
if (!eventEntity.hasItem("keyscheduledactivity")) {
if (eventEntity.getItemValueBoolean(BPMNModel.EVENT_ITEM_TIMER_ACTIVE)) {
Expand Down

0 comments on commit f2770cc

Please sign in to comment.