Remove dto fields

This commit is contained in:
Sergey Shkurov
2023-08-03 02:56:00 +04:00
parent 88e76c096d
commit 5ee345735d
3 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ public class ServiceCreateDto {
private int port;
private String name;
private boolean decryptTls;
private boolean http;
private boolean urldecodeHttpRequests;
private boolean mergeAdjacentPackets;