mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Polish
This commit is contained in:
+2
@@ -38,8 +38,10 @@ public class FileNativeConfigurationWriter extends NativeConfigurationWriter {
|
||||
|
||||
private final Path basePath;
|
||||
|
||||
@Nullable
|
||||
private final String groupId;
|
||||
|
||||
@Nullable
|
||||
private final String artifactId;
|
||||
|
||||
public FileNativeConfigurationWriter(Path basePath) {
|
||||
|
||||
@@ -179,7 +179,7 @@ class BasicJsonWriterTests {
|
||||
|
||||
@Test
|
||||
void writeWithTypeReferenceForSimpleClass() {
|
||||
assertStringAttribute(TypeReference.of(String.class), "java.lang.String");
|
||||
assertStringAttribute(TypeReference.of(String.class), "java.lang.String");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user