From a447d2b5cefc37ece6325ceee82845a85dc6645c Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 11 Feb 2019 12:42:46 -0600 Subject: [PATCH] #804 - Polishing. --- ...egrationTest.java => MultiMediaTypeWebMvcIntegrationTest.java} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/test/java/org/springframework/hateoas/mvc/{MultiMediatypeWebMvcIntegrationTest.java => MultiMediaTypeWebMvcIntegrationTest.java} (100%) diff --git a/src/test/java/org/springframework/hateoas/mvc/MultiMediatypeWebMvcIntegrationTest.java b/src/test/java/org/springframework/hateoas/mvc/MultiMediaTypeWebMvcIntegrationTest.java similarity index 100% rename from src/test/java/org/springframework/hateoas/mvc/MultiMediatypeWebMvcIntegrationTest.java rename to src/test/java/org/springframework/hateoas/mvc/MultiMediaTypeWebMvcIntegrationTest.java