Skip to content

Commit

Permalink
Do not enumerate the fields as we may add more.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sergiichuk committed Mar 4, 2021
1 parent 36a06fd commit 01329f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import static java.util.Collections.emptyIterator;

/**
* A mocked servlet request with pre-defined {@code content}, {@code type} and {@code headers}.
* A mocked servlet request with pre-defined content.
*
* @implNote The request is effectively immutable and does not pay attention to any
* modification attempts. Such a mocked implementation may be used for tests where
Expand Down

0 comments on commit 01329f8

Please sign in to comment.