MySQL Database Synchronizer API v1.1
Changelog:
-> The API now prints what's happening to System.out in a very verbose manner.
-> A massive bug has been found and replaced. The liveSync() method when called after sync() would immediately start executing since there was no provision to wait for the sync() method to end before the liveSync() method is called. This functionality is now provided by the hold method of the DBSyncAgent class.
-> Minor code changes.