Commit 365fed59 authored by Andy Wilkinson's avatar Andy Wilkinson

Polish "Use HTTPS for external links wherever possible"

See gh-16381
parent bbbfee64
...@@ -122,8 +122,8 @@ final class CentralDirectoryFileHeader implements FileHeader { ...@@ -122,8 +122,8 @@ final class CentralDirectoryFileHeader implements FileHeader {
} }
/** /**
* Decode MS-DOS Date Time details. See * Decode MS-DOS Date Time details. See <a href=
* <a href="https://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winbase-dosdatetimetofiletime"> * "https://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winbase-dosdatetimetofiletime">
* Microsoft's documentation</a> for more details of the format. * Microsoft's documentation</a> for more details of the format.
* @param date the date part * @param date the date part
* @param time the time part * @param time the time part
......
...@@ -178,10 +178,10 @@ public class AtomikosProperties { ...@@ -178,10 +178,10 @@ public class AtomikosProperties {
* address. If you plan to run more than one transaction manager against one database * 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 * 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: * transaction ID (XID) problems that can be quite subtle (example:
* {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If multiple * {@literal https://fogbugz.atomikos.com/default.asp?community.6.2225.7}). If
* instances need to use the same properties file then the easiest way to ensure * multiple instances need to use the same properties file then the easiest way to
* uniqueness for this property is by referencing a system property specified at VM * ensure uniqueness for this property is by referencing a system property specified
* startup. * at VM startup.
* @param uniqueName the unique name * @param uniqueName the unique name
*/ */
public void setTransactionManagerUniqueName(String uniqueName) { public void setTransactionManagerUniqueName(String uniqueName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment