mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Move JavaUtilLoggingConfigurer to web.reactive.fixtures package
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.test_fixtures.logging;
|
||||
package org.springframework.web.reactive.fixtures;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.logging.LogManager;
|
||||
+1
-1
@@ -1 +1 @@
|
||||
org.springframework.test_fixtures.logging.JavaUtilLoggingConfigurer
|
||||
org.springframework.web.reactive.fixtures.JavaUtilLoggingConfigurer
|
||||
Reference in New Issue
Block a user