Skip to content

Commit c827524

Browse files
committed
Solved code smell issue reported by code quality tool
1 parent 3211ae3 commit c827524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
package com.flowingcode.vaadin.addons.errorwindow;
2121

22-
public class ErrorManager {
22+
public final class ErrorManager {
2323

2424
private static ErrorWindowFactory errorWindowFactory = new DefaultErrorWindowFactory();
2525

0 commit comments

Comments
 (0)