From 0ac67a46e3629da7acf0af5de86074dd83ede73f Mon Sep 17 00:00:00 2001 From: mattbradburyr3 Date: Mon, 30 Jan 2023 08:31:50 +0000 Subject: [PATCH] removed commented out code --- .../csdetemplate/utxoexample/workflows/GetChatFlow.java | 1 - 1 file changed, 1 deletion(-) diff --git a/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java b/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java index e8ca894..4e0eb4f 100644 --- a/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java +++ b/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java @@ -30,7 +30,6 @@ public class GetChatFlow implements RPCStartableFlow { @CordaInject public UtxoLedgerService ledgerService; -// @NotNull @Override @Suspendable public String call(RPCRequestData requestBody) {