Skip to content

Commit d9f5359

Browse files
committed
formatted code
1 parent 6d7e40e commit d9f5359

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/ProtocolMessagePreparator.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
* Licensed under Apache License, Version 2.0
77
* http://www.apache.org/licenses/LICENSE-2.0.txt
88
*/
9-
109
package de.rub.nds.tlsattacker.core.protocol;
1110

1211
import de.rub.nds.tlsattacker.core.workflow.chooser.Chooser;
1312

1413
/**
15-
* @param <T>
16-
* The ProtocolMessage that should be prepared
14+
* @param <T> The ProtocolMessage that should be prepared
1715
*/
1816
public abstract class ProtocolMessagePreparator<T extends ProtocolMessage> extends Preparator<T> {
1917

0 commit comments

Comments
 (0)