Skip to content

Commit

Permalink
Use package-private wrapper properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Oct 4, 2024
1 parent 1a6738b commit 3b96a38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public SerializationWriterFactoryRegistry() {
* Wrapper class to carry the cleaned version of content-type after parsing in multiple stages
*/
private static final class ContentTypeWrapper {
private String contentType;
private String cleanedContentType;
String contentType;
String cleanedContentType;

ContentTypeWrapper(@Nonnull final String contentType) {
this.contentType = contentType;
Expand Down

0 comments on commit 3b96a38

Please sign in to comment.