Skip to content

Commit

Permalink
Fix swapped parameter description in FieldDescription.Latent Javadoc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen authored Apr 2, 2024
1 parent 5463d80 commit 189e177
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ public Latent(TypeDescription declaringType, FieldDescription.Token token) {
*
* @param declaringType The declaring type of the field.
* @param name The name of the field.
* @param fieldType The field's modifiers.
* @param modifiers The type of the field.
* @param fieldType The type of the field.
* @param modifiers The field's modifiers.
* @param declaredAnnotations The annotations of this field.
*/
public Latent(TypeDescription declaringType,
Expand Down

0 comments on commit 189e177

Please sign in to comment.