Skip to content

Commit

Permalink
refactor: delete serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil committed Dec 20, 2023
1 parent f26fbf3 commit d3210b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @see CommonsMultipartResolver
*/
@SuppressWarnings("serial")
public class CommonsMultipartFile implements MultipartFile, Serializable {
public class CommonsMultipartFile implements MultipartFile {

protected static final Log logger = LogFactory.getLog(CommonsMultipartFile.class);

Expand Down

0 comments on commit d3210b3

Please sign in to comment.