Skip to content

Commit

Permalink
LayoutFactory is not annotated and not showing subclasses in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Dec 4, 2023
1 parent c349ba1 commit d0490f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0-M3

* #66 Upgrade to Logback 1.4.13
* #67 LayoutFactory is not annotated and not showing subclasses in the docs

## 3.0.M2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*
* @since 3.0
*/
@BQConfig
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public abstract class LayoutFactory implements PolymorphicConfiguration {
private String type;
Expand Down

0 comments on commit d0490f8

Please sign in to comment.