You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it's only possible to merge with ConfigurationNode.mergeFrom() method, but it don't shows if change had been made. It's not very effective for updating large configurations, because if you want to update config you must save whole file no matter it had changed or not. My idea is to add other merge method, that unlike previous one returns boolean showing had changes been made.
The text was updated successfully, but these errors were encountered:
Now it's only possible to merge with ConfigurationNode.mergeFrom() method, but it don't shows if change had been made. It's not very effective for updating large configurations, because if you want to update config you must save whole file no matter it had changed or not. My idea is to add other merge method, that unlike previous one returns boolean showing had changes been made.
The text was updated successfully, but these errors were encountered: