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 6d7e40e commit d9f5359Copy full SHA for d9f5359
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/ProtocolMessagePreparator.java
@@ -6,14 +6,12 @@
6
* Licensed under Apache License, Version 2.0
7
* http://www.apache.org/licenses/LICENSE-2.0.txt
8
*/
9
-
10
package de.rub.nds.tlsattacker.core.protocol;
11
12
import de.rub.nds.tlsattacker.core.workflow.chooser.Chooser;
13
14
/**
15
- * @param <T>
16
- * The ProtocolMessage that should be prepared
+ * @param <T> The ProtocolMessage that should be prepared
17
18
public abstract class ProtocolMessagePreparator<T extends ProtocolMessage> extends Preparator<T> {
19
0 commit comments