Polish: follow name convention - make immutable fields final
This commit is contained in:
committed by
Juergen Hoeller
parent
9bb7fcd997
commit
9a6fbf59c5
@@ -65,7 +65,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
|
||||
*/
|
||||
public final class MockMvc {
|
||||
|
||||
static String MVC_RESULT_ATTRIBUTE = MockMvc.class.getName().concat(".MVC_RESULT_ATTRIBUTE");
|
||||
static final String MVC_RESULT_ATTRIBUTE = MockMvc.class.getName().concat(".MVC_RESULT_ATTRIBUTE");
|
||||
|
||||
private final TestDispatcherServlet servlet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user