mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Avoid NPE if calculateListOfEmptyFolders returns null in ScheduleXRecordLoaders. Fix equals method of a few classes to check against the other instance. Make synchonisation consistent in AppliedSourceServiceImpl and also remove a redundant null check. Use Arrays.toString to make a more readable string representation of an array. Combine a few if statement branches that do the same thing.