Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a59600 commit d6c9721Copy full SHA for d6c9721
README.md
@@ -729,7 +729,7 @@ System.out.println(string); // Nov 03, 2014 - 07:13
729
730
Unlike `java.text.NumberFormat` the new `DateTimeFormatter` is immutable and **thread-safe**.
731
732
-For details on the pattern syntax read [here](http://download.java.net/jdk8/docs/api/java/time/format/DateTimeFormatter.html).
+For details on the pattern syntax read [here](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html).
733
734
735
## Annotations
0 commit comments