Skip to content

Commit

Permalink
docs, DPG how-to, java on encode string
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Aug 14, 2024
1 parent dbf96a4 commit 13b7a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/howtos/DataPlane Generation - DPG/06types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,8 @@ TODO;
<TabItem value="java" label="Java" >

```java
TODO
// Internal implementation
jsonWriter.writeStringField("value", Objects.toString(this.value, null));
```

</TabItem>
Expand Down

0 comments on commit 13b7a96

Please sign in to comment.