Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
There are duplicate assignments in UiProperties #673
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaurite committed Oct 6, 2021
1 parent 1854546 commit db3653d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/main/java/io/jmix/ui/UiProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ public UiProperties(
this.httpSessionExpirationTimeoutSec = httpSessionExpirationTimeoutSec;
this.urlHandlingMode = urlHandlingMode;
this.linkHandlerActions = linkHandlerActions;
this.allowAnonymousAccess = allowAnonymousAccess;
this.compositeMenu = compositeMenu;
this.viewFileExtensions = viewFileExtensions;
this.saveExportedByteArrayDataThresholdBytes = saveExportedByteArrayDataThresholdBytes;
this.webJarResourcesCacheTime = webJarResourcesCacheTime;
Expand Down

0 comments on commit db3653d

Please sign in to comment.