JAVA-3531 Move spring-mvc-xml module (correct package for test)

This commit is contained in:
mikr 2020-12-30 22:37:42 +01:00
parent de5f9940dd
commit 8f84398082
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package org.baeldung;
package com.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;