Skip to content

Commit bc6dce2

Browse files
committed
remove uneccessary annotation
1 parent 8f32cd3 commit bc6dce2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/redhat/labs/omp/models/Subsystem.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import java.util.List;
44
import java.util.Map;
55

6-
import javax.json.bind.annotation.JsonbProperty;
7-
86
import lombok.AllArgsConstructor;
97
import lombok.Builder;
108
import lombok.Data;
@@ -22,7 +20,6 @@ public class Subsystem {
2220
private String info;
2321
private String updated;
2422
private List<Message> messages;
25-
@JsonbProperty("access_urls")
2623
private List<Map<String, Object>> accessUrls;
2724

2825
}

0 commit comments

Comments
 (0)