Make JsonObjectDecoder package private
This commit is contained in:
parent
3403a6ca38
commit
8d654584a8
|
|
@ -45,7 +45,7 @@ import org.springframework.util.MimeType;
|
|||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
public class JsonObjectDecoder extends AbstractDecoder<DataBuffer> {
|
||||
class JsonObjectDecoder extends AbstractDecoder<DataBuffer> {
|
||||
|
||||
private static final int ST_CORRUPTED = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue