Spring cleaning: avoid unnecessary static imports
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
package org.springframework.aot;
|
||||
|
||||
import org.springframework.core.NativeDetector;
|
||||
import org.springframework.core.NativeDetector.Context;
|
||||
import org.springframework.core.SpringProperties;
|
||||
|
||||
import static org.springframework.core.NativeDetector.Context;
|
||||
|
||||
/**
|
||||
* Utility for determining if AOT-processed optimizations must be used rather
|
||||
* than the regular runtime. Strictly for internal use within the framework.
|
||||
|
||||
Reference in New Issue
Block a user