Skip to content

Commit 3a07149

Browse files
authored
update java syntax highlighting
1 parent 33773eb commit 3a07149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic/ping-pong/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Take a look at [Ping.java](./workflows-java/src/main/java/net/corda/examples/pin
2424

2525
You'll notice that this flow does what we expect, which is to send an outbound ping, and expect to receive a pong. If we receive a pong, then our flow is sucessful.
2626

27-
```
27+
```java
2828
public Void call() throws FlowException {
2929
final FlowSession counterpartySession = initiateFlow(counterparty);
3030
final UntrustworthyData<String> counterpartyData = counterpartySession.sendAndReceive(String.class, "ping");

0 commit comments

Comments
 (0)