Skip to content

Commit ebfa28f

Browse files
author
Emil Gustafsson
committed
format ASTFCapInfo.java
Signed-off-by: Emil Gustafsson <[email protected]>
1 parent ac56844 commit ebfa28f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFCapInfo.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
/** Java implementation for TRex python sdk ASTFCapInfo class */
44
public class ASTFCapInfo {
5-
private String
6-
filePath; // pcap file name. Filesystem directory location is relative to the profile file in
7-
// case it is not start with
5+
6+
// pcap file name. Filesystem directory location is relative to the profile file
7+
private String filePath;
8+
// rule for server association in default take the destination port from pcap file
9+
private ASTFAssociation assoc;
810
private float cps; // new connection per second rate
9-
private ASTFAssociation
10-
assoc; // rule for server association in default take the destination port from pcap file
1111
private ASTFIpGen astfIpGen; // tuple generator for this template
1212
private int port; // Override destination port, by default is taken from pcap
1313
private float l7Percent; // L7 stream bandwidth percent
@@ -144,6 +144,7 @@ public int getLimit() {
144144

145145
/** AstfCapInfo builder */
146146
public static final class AstfCapInfoBuilder {
147+
147148
private String filePath;
148149
private float cps;
149150
private ASTFAssociation assoc;

0 commit comments

Comments
 (0)