[JAVA-958] Standardize packages in spring-5 module

This commit is contained in:
dupirefr 2020-03-20 08:09:11 +01:00
parent 46d2ac9837
commit 8ecb1072a6
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;