Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ public RestDocumentationGenerator(String identifier, RequestConverter<REQ> reque
Assert.notNull(identifier, "identifier must be non-null");
Assert.notNull(requestConverter, "requestConverter must be non-null");
Assert.notNull(responseConverter, "responseConverter must be non-null");
Assert.notNull(identifier, "identifier must be non-null");
Assert.notNull(requestPreprocessor, "requestPreprocessor must be non-null");
Assert.notNull(responsePreprocessor, "responsePreprocessor must be non-null");
Assert.notNull(snippets, "snippets must be non-null");
Expand Down
Loading