You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/socket/FileDescriptor.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,7 @@
21
21
importjava.util.function.IntConsumer;
22
22
23
23
/**
24
-
* Provides access to an opaque to the underling file system representation of an open
25
-
* file.
24
+
* Provides access to the underlying file system representation of an open file.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ public RestTemplateBuilder setReadTimeout(Duration readTimeout) {
438
438
}
439
439
440
440
/**
441
-
* Sets if the underling {@link ClientHttpRequestFactory} should buffer the
441
+
* Sets if the underlying {@link ClientHttpRequestFactory} should buffer the
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java
0 commit comments