Skip to content

Commit 3db34c8

Browse files
refactor: remove javax PermitAll annotation from ErrorView
Close #88
1 parent 84d93ed commit 3db34c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
/** View used to display an error message when navigation fails due to an exception. */
3030
@SuppressWarnings("serial")
3131
@DefaultErrorHandler
32-
@javax.annotation.security.PermitAll
3332
@jakarta.annotation.security.PermitAll
3433
public class ErrorView extends VerticalLayout implements HasErrorParameter<Exception> {
3534

0 commit comments

Comments
 (0)