[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bootstrap

This commit is contained in:
dupirefr
2020-02-22 10:20:16 +01:00
parent 49d252b3ab
commit 8cc9e9490b
6 changed files with 6 additions and 6 deletions

View File

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

View File

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