Skip to content

Commit bdb26d8

Browse files
committed
Fix a warning
1 parent 368fd8c commit bdb26d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/se/uu/it/dtlsfuzzer/components/sul/mapper/TlsExecutionContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ public Long getWriteRecordNumberEpoch0() {
124124
return writeRecordNumberEpoch0;
125125
}
126126

127-
/**
127+
/*
128128
public Long incrementWriteRecordNumberEpoch0() {
129129
Long old = writeRecordNumberEpoch0;
130130
writeRecordNumberEpoch0++;
131131
return old;
132132
}
133-
**/
133+
*/
134134
}

0 commit comments

Comments
 (0)