Make JsonObjectDecoder package private

This commit is contained in:
Sebastien Deleuze 2016-06-30 16:30:16 +02:00
parent 3403a6ca38
commit 8d654584a8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import org.springframework.util.MimeType;
* *
* @author Sebastien Deleuze * @author Sebastien Deleuze
*/ */
public class JsonObjectDecoder extends AbstractDecoder<DataBuffer> { class JsonObjectDecoder extends AbstractDecoder<DataBuffer> {
private static final int ST_CORRUPTED = -1; private static final int ST_CORRUPTED = -1;