File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar
spring-boot/src/main/java/org/springframework/boot/jta/atomikos Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ public long getTime() {
122
122
}
123
123
124
124
/**
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">
127
127
* Microsoft's documentation</a> for more details of the format.
128
128
* @param date the date part
129
129
* @param time the time part
Original file line number Diff line number Diff line change @@ -178,10 +178,10 @@ public boolean isEnableLogging() {
178
178
* address. If you plan to run more than one transaction manager against one database
179
179
* you must set this property to a unique value or you might run into duplicate
180
180
* 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.
185
185
* @param uniqueName the unique name
186
186
*/
187
187
public void setTransactionManagerUniqueName (String uniqueName ) {
You can’t perform that action at this time.
0 commit comments