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

This commit is contained in:
dupirefr
2020-02-22 10:29:23 +01:00
parent 08ef501c9c
commit 64b4ac88a2
2 changed files with 2 additions and 2 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 org.baeldung; package com.baeldung;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;