File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-web/src/main/java/org/springframework/http Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2023 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1616
1717package org .springframework .http ;
1818
19+ import java .io .Serializable ;
1920import java .net .URI ;
2021import java .util .LinkedHashMap ;
2122import java .util .Map ;
5051 * @see org.springframework.web.ErrorResponse
5152 * @see org.springframework.web.ErrorResponseException
5253 */
53- public class ProblemDetail {
54+ public class ProblemDetail implements Serializable {
55+
56+ private static final long serialVersionUID = 3307761915842206538L ;
5457
5558 private static final URI BLANK_TYPE = URI .create ("about:blank" );
5659
You can’t perform that action at this time.
0 commit comments