Skip to content

Commit

Permalink
import optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Nov 27, 2024
1 parent 6210e73 commit afa0ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import com.logicaldoc.core.HibernatePersistentObjectDAO;
import com.logicaldoc.core.PersistenceException;
import com.logicaldoc.core.PersistentObject;
import com.logicaldoc.core.PersistentObjectDAO;
import com.logicaldoc.core.RunLevel;
import com.logicaldoc.core.communication.EventCollector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ public List<GUIParameter> loadSettings() throws ServerException {
|| name.startsWith("cas.") || name.startsWith("cache.") || name.startsWith("jdbc.")
|| name.startsWith("comparator.") || name.contains(".via.") || name.contains(".downloadticket.")
|| name.startsWith("zonalocr.") || name.endsWith(CHARSET) || name.startsWith("policy.")
|| name.startsWith("cookies.") || name.startsWith("saml.") || name.startsWith("history.")
|| name.endsWith("history.events"))
|| name.startsWith("cookies.") || name.startsWith("saml.") || name.startsWith("history."))
continue;

sortedSet.add(key.toString());
Expand Down

0 comments on commit afa0ee6

Please sign in to comment.