Skip to content

Commit

Permalink
other: correct import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Kaakkola committed Nov 15, 2022
1 parent 9cb49cd commit a6d9f7f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
*/
package org.flowable.engine.impl.util;

import com.fasterxml.jackson.databind.node.ObjectNode;
import java.util.Collection;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Objects;

import org.apache.commons.lang3.StringUtils;
import org.flowable.bpmn.constants.BpmnXMLConstants;
import org.flowable.bpmn.model.BpmnModel;
Expand Down Expand Up @@ -65,6 +65,8 @@
import org.flowable.identitylink.api.IdentityLinkType;
import org.flowable.job.service.impl.persistence.entity.TimerJobEntity;

import com.fasterxml.jackson.databind.node.ObjectNode;

/**
* @author Tijs Rademakers
* @author Joram Barrez
Expand Down

0 comments on commit a6d9f7f

Please sign in to comment.