Skip to content

Commit

Permalink
remove deserialization annotation from the exception.
Browse files Browse the repository at this point in the history
Unsupported media-types only occure on the systems boundaries, no reason to carry it through the cluster and therefore deserialization not required

Signed-off-by: Joel Bartelheimer <joel.bartelheimer@bosch.io>
  • Loading branch information
jbartelh committed Apr 20, 2020
1 parent 96b7ddf commit 4ebfdb6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -27,7 +27,6 @@
* Thrown if a request with an unsupported media-type is made.
*/
@Immutable
@JsonParsableException(errorCode = UnsupportedMediaTypeException.ERROR_CODE)
public final class UnsupportedMediaTypeException extends DittoRuntimeException {

/**
Expand Down

0 comments on commit 4ebfdb6

Please sign in to comment.