Skip to content

Commit 158c69e

Browse files
committed
missing syntax highlighting
1 parent 923dc26 commit 158c69e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/generatr/identifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ first letter on the next word. The special characters are:
2929
For properties of model classes, the properties will be annotated with `@JsonProperty` to provide
3030
the mapping from the OpenAPI identifier to the Java identifier.
3131

32+
```java
3233
class Example {
3334

3435
@JsonProperty("foo-bar")
3536
private String fooBar;
3637

3738
// ...
3839
}
39-
40-
40+
```
4141

4242
[java-char-start]: https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/Character.html#isJavaIdentifierStart(char)
4343
[java-char-part]: https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/Character.html#isJavaIdentifierPart(char)

0 commit comments

Comments
 (0)