Skip to content

Commit

Permalink
#1670: fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 committed Jan 5, 2023
1 parent 025fdc2 commit 6c04b33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* This creates an input type object.
* <br/>
*
* The input object has fields that might reference other types
* that should still be created.
*
Expand Down Expand Up @@ -85,7 +85,7 @@ public boolean hasUseableConstructor(ClassInfo classInfo) {

/**
* Returns a constructor or factory method to create instances of this class.
* <br/>
*
* Could either be the default constructor or any constructor or static method annotated with {@code @JsonbCreator}
*
* @param classInfo the class whose creator is to be found
Expand Down

0 comments on commit 6c04b33

Please sign in to comment.