Merge pull request #8788 from dupirefr/team/JAVA-632-standardizing_packages

[JAVA-632] Moved packages from org.baeldung to com.baeldung
This commit is contained in:
Loredana Crusoveanu 2020-02-29 16:03:50 +02:00 committed by GitHub
commit c5af5c2a36
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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