Skip to content

Commit 731beb8

Browse files
authored
docs: add new symbol for java
1 parent 9862bfd commit 731beb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Here is an example:
284284
resultActions
285285
.andDo(
286286
MockMvcRestDocumentationWrapper.document(operationName,
287-
requestFields(FieldDescriptors().getFieldDescriptors()),
287+
requestFields(new FieldDescriptors().getFieldDescriptors()),
288288
responseFields(
289289
fieldWithPath("comment").description("the comment"),
290290
fieldWithPath("flag").description("the flag"),

0 commit comments

Comments
 (0)