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) {