Skip to content

Commit 00adb85

Browse files
javier-godoypaodb
authored andcommitted
refactor: remove public constructor from JsonMigration class
1 parent 841e851 commit 00adb85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/flowingcode/vaadin/jsonmigration/JsonMigration.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import java.io.Serializable;
3131
import java.lang.reflect.Method;
3232
import lombok.SneakyThrows;
33+
import lombok.experimental.UtilityClass;
3334

3435
/**
3536
* Provides a compatibility layer for JSON handling to abstract away breaking changes
@@ -41,6 +42,7 @@
4142
*
4243
* @author Javier Godoy
4344
*/
45+
@UtilityClass
4446
public class JsonMigration {
4547

4648
private static final JsonMigrationHelper helper = initializeHelper();

0 commit comments

Comments
 (0)