Merge pull request #4514 from dannysmyda/4704-Group-By-Datasource-Flag-Not-Null

4704 - Made groupByDataSource flag never null
This commit is contained in:
Richard Cordovano 2019-02-08 10:22:44 -05:00 committed by GitHub
commit e9ba8640fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ public final class CasePreferences {
* Reset all values to their default states.
*/
private static void clear() {
groupItemsInTreeByDataSource = null;
groupItemsInTreeByDataSource = false;
}
/**