Skip to content

Commit

Permalink
Sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 7, 2024
1 parent aea5e94 commit a7fea62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fj-core/src/main/java/org/fugerit/java/core/io/ObjectIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@Slf4j
public class ObjectIO {

private ObjectIO() {}

public static Object fullSerializationTest( Object value ) throws IOException {
byte[] data = serialize(value);
return deserialize(data);
Expand Down

0 comments on commit a7fea62

Please sign in to comment.