Skip to content

Commit fbee67d

Browse files
committed
Added annotations to mark unused constructors
1 parent d9c7267 commit fbee67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/rub/nds/tls/subject/report/InstanceContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class InstanceContainer implements Serializable {
2525

2626
private boolean functional;
2727

28+
@SuppressWarnings("unused")
2829
private InstanceContainer() {}
2930

3031
public InstanceContainer(

0 commit comments

Comments
 (0)