File tree Expand file tree Collapse file tree 2 files changed +15
-18
lines changed
TLS/src/main/java/de/rub/nds/tlsattacker/tls/protocol/handshake Expand file tree Collapse file tree 2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1616import de .rub .nds .tlsattacker .tls .constants .SignatureAlgorithm ;
1717import de .rub .nds .tlsattacker .tls .constants .SignatureAndHashAlgorithm ;
1818import de .rub .nds .tlsattacker .tls .exceptions .ConfigurationException ;
19- ;
2019import de .rub .nds .tlsattacker .tls .workflow .TlsContext ;
2120import de .rub .nds .tlsattacker .util .ArrayConverter ;
2221import java .io .ByteArrayInputStream ;
Original file line number Diff line number Diff line change 151151 </goals >
152152 </execution >
153153 </executions >
154- </plugin >
155- </plugins >
156- </pluginManagement >
157- <plugins >
158- <plugin >
159- <groupId >com.googlecode.maven-java-formatter-plugin</groupId >
160- <artifactId >maven-java-formatter-plugin</artifactId >
161- <configuration >
162- <configFile >${main.basedir} /maven-eclipse-codestyle.xml</configFile >
163- <lineEnding >LF</lineEnding >
164- </configuration >
165- </plugin >
166- <plugin >
167- <artifactId >maven-project-info-reports-plugin</artifactId >
168- <version >2.7</version >
169- </plugin >
170- </plugins >
154+ </plugin >
155+ <plugin >
156+ <groupId >com.googlecode.maven-java-formatter-plugin</groupId >
157+ <artifactId >maven-java-formatter-plugin</artifactId >
158+ <configuration >
159+ <configFile >${main.basedir} /maven-eclipse-codestyle.xml</configFile >
160+ <lineEnding >LF</lineEnding >
161+ </configuration >
162+ </plugin >
163+ <plugin >
164+ <artifactId >maven-project-info-reports-plugin</artifactId >
165+ <version >2.7</version >
166+ </plugin >
167+ </plugins >
168+ </pluginManagement >
171169 </build >
172170
173171 <reporting >
You can’t perform that action at this time.
0 commit comments