Skip to content

Commit

Permalink
fix: re-add missing interfaces
Browse files Browse the repository at this point in the history
Fixes #4022
  • Loading branch information
metacosm committed Mar 30, 2022
1 parent 43bd021 commit 00ed6a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ public interface NonNamespaceOperation<T, L, R> extends
Nameable<R>,
FilterWatchListMultiDeletable<T, L>,
Createable<T>,
Deletable,
CreateOrReplaceable<T>,
DryRunable<WritableOperation<T>>,
Replaceable<T>,
StatusReplaceable<T>,
Loadable<R> {
}

0 comments on commit 00ed6a9

Please sign in to comment.