Move JavaUtilLoggingConfigurer to web.reactive.fixtures package

This commit is contained in:
Sam Brannen
2019-11-14 15:37:30 +01:00
parent 029e61f54a
commit d38b07b450
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
org.springframework.test_fixtures.logging.JavaUtilLoggingConfigurer
org.springframework.web.reactive.fixtures.JavaUtilLoggingConfigurer