This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
spring-aot/src/main/java/org/springframework Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3939import org .springframework .nativex .domain .resources .ResourcesJsonMarshaller ;
4040import org .springframework .nativex .domain .serialization .SerializationDescriptor ;
4141import org .springframework .nativex .domain .serialization .SerializationDescriptorJsonMarshaller ;
42- import org .springframework .nativex .support . Mode ;
42+ import org .springframework .nativex .Mode ;
4343import org .springframework .nativex .type .TypeSystem ;
4444
4545/**
Original file line number Diff line number Diff line change 1616
1717package org .springframework .nativex ;
1818
19- import org .springframework .nativex .support .Mode ;
20-
2119/**
2220 * Options for Spring Native.
2321 *
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .nativex . support ;
17+ package org .springframework .nativex ;
1818
1919import java .util .Locale ;
2020
Original file line number Diff line number Diff line change 3030import org .apache .commons .logging .Log ;
3131import org .apache .commons .logging .LogFactory ;
3232import org .springframework .nativex .AotOptions ;
33+ import org .springframework .nativex .Mode ;
3334import org .springframework .nativex .domain .init .InitializationDescriptor ;
3435import org .springframework .nativex .domain .proxies .JdkProxyDescriptor ;
3536import org .springframework .nativex .domain .reflect .FieldDescriptor ;
You can’t perform that action at this time.
0 commit comments