Skip to content

Commit

Permalink
renamed JaxRSFeatureObjectMapper
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol committed Dec 4, 2024
1 parent b13502d commit 6d65fc1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import org.glassfish.jersey.jackson.internal.AbstractObjectMapper;
import org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature;

public class JaxRSObjectMapper extends AbstractObjectMapper {
public class JaxRSFeatureObjectMapper extends AbstractObjectMapper {

public JaxRSObjectMapper() {
public JaxRSFeatureObjectMapper() {
super();
}

Expand Down

0 comments on commit 6d65fc1

Please sign in to comment.