Polish ResponseExtractors

This commit is contained in:
Brian Clozel
2016-09-16 21:39:38 +02:00
parent b58a06208f
commit c4b9b92247

View File

@@ -36,7 +36,7 @@ import org.springframework.http.codec.HttpMessageReader;
* @author Brian Clozel
* @since 5.0
*/
public class ResponseExtractors {
public abstract class ResponseExtractors {
private static final Object EMPTY_BODY = new Object();