We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee724a commit c37aaa0Copy full SHA for c37aaa0
pom.xml
@@ -230,7 +230,7 @@
230
<plugin>
231
<groupId>com.diffplug.spotless</groupId>
232
<artifactId>spotless-maven-plugin</artifactId>
233
- <version>2.44.4</version>
+ <version>2.44.5</version>
234
<configuration>
235
<formats>
236
<format>
src/main/java/se/uu/it/dtlsfuzzer/components/sul/mapper/symbols/outputs/TlsOutputBuilder.java
@@ -2,7 +2,7 @@
2
3
import com.github.protocolfuzzing.protocolstatefuzzer.components.sul.mapper.abstractsymbols.OutputBuilder;
4
5
-public class TlsOutputBuilder extends OutputBuilder<TlsOutput> {
+public class TlsOutputBuilder extends OutputBuilder<TlsOutput> {
6
7
public TlsOutputBuilder() {
8
super();
0 commit comments