diff --git a/omnij-jsonrpc/src/main/java/foundation/omni/consensus/OmniCoreConsensusFetcher.java b/omnij-jsonrpc/src/main/java/foundation/omni/consensus/OmniCoreConsensusFetcher.java deleted file mode 100644 index e1ab7331..00000000 --- a/omnij-jsonrpc/src/main/java/foundation/omni/consensus/OmniCoreConsensusFetcher.java +++ /dev/null @@ -1,8 +0,0 @@ -package foundation.omni.consensus; - -/** - * - */ -@Deprecated -public class OmniCoreConsensusFetcher { -} diff --git a/omnij-rpc/src/main/groovy/foundation/omni/test/OmniTestClientDelegate.groovy b/omnij-rpc/src/main/groovy/foundation/omni/test/OmniTestClientDelegate.groovy deleted file mode 100644 index 30c85203..00000000 --- a/omnij-rpc/src/main/groovy/foundation/omni/test/OmniTestClientDelegate.groovy +++ /dev/null @@ -1,13 +0,0 @@ -package foundation.omni.test - -import foundation.omni.rpc.test.OmniTestClient - -/** - * Groovy trait for adding an OmniTestClient delegate to any class - * @deprecated Use {@code @Delegate OmniTestClient client} directly - */ -@Deprecated -trait OmniTestClientDelegate { - @Delegate - OmniTestClient client -} \ No newline at end of file