Skip to content

Commit

Permalink
rm no used items
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Nuyanzin <[email protected]>
  • Loading branch information
snuyanzin committed Jan 17, 2024
1 parent 03871c3 commit 15d910c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/io/aiven/klaw/service/MailUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ public enum MailType {
+ m.approverUsername
+ "because : "
+ m.reasonToDecline),
REGISTER_USER_REQUEST("TODO", (Function<MailInfo, String>) null),
TOPIC_UPDATE_REQUESTED(
"Topic Update Request",
(manageDatabase, tenantId, mailInfo) ->
Expand All @@ -682,7 +681,6 @@ public enum MailType {
+ m.acl
+ " by team : "
+ m.username),
NEW_USER_ADDED("TODO", (Function<MailInfo, String>) null),
RESET_CONSUMER_OFFSET_REQUESTED(
"Reset Consumer Offsets Request",
m -> "Reset Consumer Offsets topic :" + m.topicName + "consumerGroup : " + m.acl,
Expand Down
28 changes: 14 additions & 14 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7445,10 +7445,10 @@
"type" : "string"
}
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down Expand Up @@ -7679,10 +7679,10 @@
"schemaversion" : {
"type" : "string"
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down Expand Up @@ -7844,10 +7844,10 @@
"type" : "string"
}
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down Expand Up @@ -8323,13 +8323,13 @@
},
"Scales" : {
"properties" : {
"xaxes" : {
"yaxes" : {
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/YAx"
}
},
"yaxes" : {
"xaxes" : {
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/YAx"
Expand Down Expand Up @@ -8535,10 +8535,10 @@
"validatedTopic" : {
"type" : "boolean"
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down Expand Up @@ -9034,10 +9034,10 @@
"approvingTeamId" : {
"type" : "string"
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down Expand Up @@ -9592,10 +9592,10 @@
"aclResourceType" : {
"type" : "string"
},
"editable" : {
"deletable" : {
"type" : "boolean"
},
"deletable" : {
"editable" : {
"type" : "boolean"
}
},
Expand Down

0 comments on commit 15d910c

Please sign in to comment.