Update src/main/java/com/r3/developers/csdetemplate/MyFirstFlow.java

Co-authored-by: Paul Moloney <112477620+paulmoloneyr3@users.noreply.github.com>
This commit is contained in:
Niamh25 2022-11-17 17:02:45 +00:00 committed by GitHub
parent fa52064d12
commit f2efd50a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ public class MyFirstFlow implements RPCStartableFlow {
public JsonMarshallingService jsonMarshallingService; public JsonMarshallingService jsonMarshallingService;
// FlowMessaging establishes flow sessions between virtual nodes // FlowMessaging establishes flow sessions between virtual nodes
// that sends and receives payloads between them. // that send and receive payloads between them.
@CordaInject @CordaInject
public FlowMessaging flowMessaging; public FlowMessaging flowMessaging;