Compare commits

...

1 Commits

Author SHA1 Message Date
bhe-talendbj
6102371385 fix: NPE caused by missing route (#6850) (#6855) 2021-11-04 15:03:31 +08:00

View File

@@ -42,6 +42,9 @@ public class PropertyProcessUpdater {
}
public static void updateRouteCode(String originalObjectName) {
if (ERepositoryObjectType.PROCESS_ROUTE == null) {
return;
}
RepositoryNode repNode =
ProjectRepositoryNode.getInstance().getRootRepositoryNode(ERepositoryObjectType.PROCESS_ROUTE);