Skip to content

Commit

Permalink
Minor code improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
olaf-otto committed Feb 19, 2024
1 parent f5206f6 commit a1050ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ boolean contains(ResourceModelMetaData metadata) {
*/
private static class Entry<T> {
private final Mapping<T> mapping;
private Entry<?> previous;
private final Entry<?> previous;

private Entry(Mapping<T> mapping, Entry<?> previous) {
this.mapping = mapping;
Expand Down

0 comments on commit a1050ec

Please sign in to comment.