Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed Sep 14, 2020
1 parent 615a4ae commit 7e485a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
import org.springframework.util.Assert;

/**
* This is a {@link FieldSetMapper} that supports Java records mapping.
* It uses the record's canonical constructor to map components with the
* same name as tokens in the {@link FieldSet}.
* This is a {@link FieldSetMapper} that supports Java records mapping
* (requires JKD 14 or higher). It uses the record's canonical constructor
* to map components with the same name as tokens in the {@link FieldSet}.
*
* @param <T> type of mapped items
* @author Mahmoud Ben Hassine
Expand Down Expand Up @@ -80,4 +80,4 @@ public T mapFieldSet(FieldSet fieldSet) {
}
return BeanUtils.instantiateClass(this.mappedConstructor, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ public String name() {
return name;
}
}
}
}

0 comments on commit 7e485a1

Please sign in to comment.