Browse Source

无JIRA fix: 修复打包

fbp-1.0
Anner 4 months ago
parent
commit
01b0d85e62
  1. 2
      designer-realize/src/main/java/com/fanruan/data/ConnectionConfigWrapper.java

2
designer-realize/src/main/java/com/fanruan/data/ConnectionConfigWrapper.java

@ -154,7 +154,7 @@ public class ConnectionConfigWrapper implements ConnectionConfigProvider, Connec
}); });
return true; return true;
} catch (Exception e) { } catch (Exception e) {
FineLoggerFactory.getLogger().error("update old connection fail , old name is {} , new name is {}", oldName, connection); FineLoggerFactory.getLogger().error("update old connection fail , old name is {} , new name is {}", oldName, connName);
} }
return false; return false;
} }

Loading…
Cancel
Save