Skip to content

Commit d723de3

Browse files
committed
wip
1 parent aade4b2 commit d723de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ In this sample, the caller creates an `Engine`, `Fiber`, linked set of `Step` in
197197

198198
In this sample, the step uses asynchronous file IO and the suspend/resume `Fiber` pattern.
199199

200-
```
200+
```java
201201
static class StepTwo extends Step {
202202
public StepTwo(Step next) {
203203
super(next);
@@ -244,7 +244,7 @@ The asynchronous call model is implemented by classes in the `oracle.kubernetes.
244244

245245
In this sample, the developer is using the pattern to list pods from the default namespace that are labeled as part of `cluster-1`.
246246

247-
```
247+
```java
248248
static class StepOne extends Step {
249249
public StepOne(Step next) {
250250
super(next);

0 commit comments

Comments
 (0)