Skip to content

Commit

Permalink
Update ProviderBase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 17, 2023
1 parent 2ce2256 commit 253d6c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ protected EP_CONFIG _endpointForWriting(Object value, Class<?> type, Type generi
return _configForWriting(locateMapper(type, mediaType), annotations, _defaultWriteView);
}

;
AnnotationBundleKey key = new AnnotationBundleKey(annotations, type);
EP_CONFIG endpoint = _writers.get(key);
// not yet resolved (or not cached any more)? Resolve!
Expand Down

0 comments on commit 253d6c6

Please sign in to comment.