From 938dff7bbebb92b00309bae51b24190fc59fa7d1 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 30 May 2023 17:35:50 +0100 Subject: [PATCH] Remove (recently committed) erroneous character in test --- .../annotation/RequestResponseBodyMethodProcessorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java b/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java index 1f85b4c1f6f..e819239860d 100644 --- a/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java +++ b/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessorTests.java @@ -1,4 +1,4 @@ -`/* +/* * Copyright 2002-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License");