[jackson-jaxrs-providers] 20/162: ...

Timo Aaltonen tjaalton at moszumanska.debian.org
Mon Sep 8 22:16:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-jaxrs-providers.

commit 3c906188b3c801811e3850ebe766eac735021569
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date:   Fri Mar 15 22:49:03 2013 -0700

    ...
---
 .../test/java/com/fasterxml/jackson/jaxrs/json/TestUntouchables.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/json/src/test/java/com/fasterxml/jackson/jaxrs/json/TestUntouchables.java b/json/src/test/java/com/fasterxml/jackson/jaxrs/json/TestUntouchables.java
index c111939..1a180cb 100644
--- a/json/src/test/java/com/fasterxml/jackson/jaxrs/json/TestUntouchables.java
+++ b/json/src/test/java/com/fasterxml/jackson/jaxrs/json/TestUntouchables.java
@@ -23,7 +23,7 @@ public class TestUntouchables
          // Some users of JacksonJsonProvider override this method;
          // changing to "private" would regress them.
          @Override
-         protected boolean isJsonType(MediaType mediaType) { return super.isJsonType(mediaType); }
+         protected boolean hasMatchingMediaType(MediaType mediaType) { return super.hasMatchingMediaType(mediaType); }
     }
 
     static class StreamingSubType implements StreamingOutput {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git



More information about the pkg-java-commits mailing list