Skip to content

Commit

Permalink
Fix ref to LocalDateTime in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 13, 2024
1 parent 01fbcfe commit 0833785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Project is composed of multiple Maven sub-modules, each corresponding to a jar:
* [jr-retrofit2](../../tree/master/jr-retrofit2) contains `jackson-jr` - based handlers for [Retrofit 2](https://square.github.io/retrofit/) library
* Depends on `jackson-jr` and `Retrofit` API jars, and indirectly on `jackson-core`
* [jr-annotation-support](../../tree/master/jr-annotation-support) contains extension with support for a subset of core [Jackson annotations](../../../jackson-annotations)
* [jr-extension-javatime](../../tree/master/jr-extension-javatime) contains extension with support for a subset of Java 8 Date/Time types (e.g. `LocalDateTime`)
* [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`)
* jr-all creates an "uber-jar" that contains individual modules along with all their dependencies:
* `jr-objects` classes as-is, without relocating
* `jr-stree` classes as-is, without relocating
Expand Down
2 changes: 1 addition & 1 deletion jr-extension-javatime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class MyClass {

### Date Classes currently supported by `JacksonJrJavaTimeExtension`

- `java.util.LocalDateTime`
- `java.time.LocalDateTime`

### Plans for Future

Expand Down

0 comments on commit 0833785

Please sign in to comment.