We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b6b2 commit a2c5fedCopy full SHA for a2c5fed
spring-web/src/main/java/org/springframework/web/client/UnknownContentTypeException.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2022 the original author or authors.
+ * Copyright 2002-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -36,8 +36,8 @@ public class UnknownContentTypeException extends RestClientException {
36
37
private static final long serialVersionUID = 2759516676367274084L;
38
39
- @SuppressWarnings("serial")
40
- private final Type targetType;
+
+ private transient final Type targetType;
41
42
private final MediaType contentType;
43
0 commit comments