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

This commit is contained in:
dupirefr
2020-02-22 10:51:16 +01:00
parent e8b82dfcd4
commit 0f9cea6c9d
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.runner.RunWith;