Skip to content

Commit 0da24f8

Browse files
committed
Polishing: move tests for mustache.web into the correct package
1 parent dd748ed commit 0da24f8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.autoconfigure.mustache;
17+
package org.springframework.boot.autoconfigure.mustache.web;
1818

1919
import java.util.Locale;
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.autoconfigure.mustache;
17+
package org.springframework.boot.autoconfigure.mustache.web;
1818

1919
import java.util.Collections;
2020

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.autoconfigure.mustache;
17+
package org.springframework.boot.autoconfigure.mustache.web;
1818

1919
import java.lang.annotation.Documented;
2020
import java.lang.annotation.ElementType;
@@ -31,9 +31,11 @@
3131
import org.springframework.beans.factory.annotation.Autowired;
3232
import org.springframework.boot.SpringApplication;
3333
import org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration;
34-
import org.springframework.boot.autoconfigure.mustache.MustacheWebIntegrationTests.Application;
34+
import org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration;
35+
import org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader;
3536
import org.springframework.boot.autoconfigure.mustache.web.MustacheView;
3637
import org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver;
38+
import org.springframework.boot.autoconfigure.mustache.web.MustacheWebIntegrationTests.Application;
3739
import org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration;
3840
import org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration;
3941
import org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration;

0 commit comments

Comments
 (0)