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 6e197ea4a6
commit d76c9ef367

View File

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