Skip to content

Commit 0833785

Browse files
committed
Fix ref to LocalDateTime in READMEs
1 parent 01fbcfe commit 0833785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project is composed of multiple Maven sub-modules, each corresponding to a jar:
4040
* [jr-retrofit2](../../tree/master/jr-retrofit2) contains `jackson-jr` - based handlers for [Retrofit 2](https://square.github.io/retrofit/) library
4141
* Depends on `jackson-jr` and `Retrofit` API jars, and indirectly on `jackson-core`
4242
* [jr-annotation-support](../../tree/master/jr-annotation-support) contains extension with support for a subset of core [Jackson annotations](../../../jackson-annotations)
43-
* [jr-extension-javatime](../../tree/master/jr-extension-javatime) contains extension with support for a subset of Java 8 Date/Time types (e.g. `LocalDateTime`)
43+
* [jr-extension-javatime](../../tree/master/jr-extension-javatime) contains extension with support for a subset of Java 8 Date/Time types (e.g. `java.time.LocalDateTime`)
4444
* jr-all creates an "uber-jar" that contains individual modules along with all their dependencies:
4545
* `jr-objects` classes as-is, without relocating
4646
* `jr-stree` classes as-is, without relocating

jr-extension-javatime/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class MyClass {
4747

4848
### Date Classes currently supported by `JacksonJrJavaTimeExtension`
4949

50-
- `java.util.LocalDateTime`
50+
- `java.time.LocalDateTime`
5151

5252
### Plans for Future
5353

0 commit comments

Comments
 (0)