[JAVA-958] Standardize packages in spring-5-reactive-security module

This commit is contained in:
dupirefr
2020-03-20 08:23:39 +01:00
parent 694f4896e4
commit 6c8af02c1b

View File

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