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

This commit is contained in:
dupirefr
2020-02-22 10:36:57 +01:00
parent d15346859c
commit afdd2c9311

View File

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