diff --git a/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java b/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java index ae4deb530c8..eaf9d36670e 100644 --- a/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java +++ b/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java @@ -122,8 +122,8 @@ final class CentralDirectoryFileHeader implements FileHeader { } /** - * Decode MS-DOS Date Time details. See - * + * Decode MS-DOS Date Time details. See * Microsoft's documentation for more details of the format. * @param date the date part * @param time the time part diff --git a/spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java b/spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java index b5b5c92481e..1b0863f4dd9 100644 --- a/spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java +++ b/spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java @@ -178,10 +178,10 @@ public class AtomikosProperties { * address. If you plan to run more than one transaction manager against one database * you must set this property to a unique value or you might run into duplicate * transaction ID (XID) problems that can be quite subtle (example: - * {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If multiple - * instances need to use the same properties file then the easiest way to ensure - * uniqueness for this property is by referencing a system property specified at VM - * startup. + * {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If + * multiple instances need to use the same properties file then the easiest way to + * ensure uniqueness for this property is by referencing a system property specified + * at VM startup. * @param uniqueName the unique name */ public void setTransactionManagerUniqueName(String uniqueName) {