Skip to content

Commit

Permalink
removed unused lombok annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Dec 26, 2023
1 parent fd980e1 commit fe8df90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/burp/http/MyHttpParameter.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
package burp.http;

import burp.api.montoya.http.message.params.HttpParameter;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;

@AllArgsConstructor
@Builder
@Data
@EqualsAndHashCode(exclude = "editedValue")
public class MyHttpParameter {
private HttpParameter httpParameter;
private String editedValue;
Expand Down

0 comments on commit fe8df90

Please sign in to comment.