8000 chore: remove unused, redundant method · jeesmon/java-operator-sdk@eda6171 · GitHub
[go: up one dir, main page]

Skip to content

Commit eda6171

Browse files
committed
chore: remove unused, redundant method
1 parent 1a326c5 commit eda6171

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/internal/CustomResourceEvent.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public Watcher.Action getAction() {
2323
return action;
2424
}
2525

26-
public String resourceUid() {
27-
return getCustomResource().getMetadata().getUid();
28-
}
29-
3026
@Override
3127
public String toString() {
3228
return "CustomResourceEvent{"

0 commit comments

Comments
 (0)
0