Skip to content

Commit 365fed5

Browse files
committed
Polish "Use HTTPS for external links wherever possible"
See gh-16381
1 parent bbbfee6 commit 365fed5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public long getTime() {
122122
}
123123

124124
/**
125-
* Decode MS-DOS Date Time details. See
126-
* <a href="https://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winbase-dosdatetimetofiletime">
125+
* Decode MS-DOS Date Time details. See <a href=
126+
* "https://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winbase-dosdatetimetofiletime">
127127
* Microsoft's documentation</a> for more details of the format.
128128
* @param date the date part
129129
* @param time the time part

spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ public boolean isEnableLogging() {
178178
* address. If you plan to run more than one transaction manager against one database
179179
* you must set this property to a unique value or you might run into duplicate
180180
* transaction ID (XID) problems that can be quite subtle (example:
181-
* {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If multiple
182-
* instances need to use the same properties file then the easiest way to ensure
183-
* uniqueness for this property is by referencing a system property specified at VM
184-
* startup.
181+
* {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If
182+
* multiple instances need to use the same properties file then the easiest way to
183+
* ensure uniqueness for this property is by referencing a system property specified
184+
* at VM startup.
185185
* @param uniqueName the unique name
186186
*/
187187
public void setTransactionManagerUniqueName(String uniqueName) {

0 commit comments

Comments
 (0)