Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Jun 17, 2024
1 parent 1690df7 commit d4de9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class TreeBitSetPeopleContainer implements PeopleContainer {
/**
* Constructs the people container
*
* @throws ContractException {@linkplain PartitionError#NULL_PEOPLE_DATA_MANAGER}
* @throws ContractException {@linkplain PersonError#NULL_PEOPLE_DATA_MANAGER}
* if the person data view is null
*/
public TreeBitSetPeopleContainer(PeopleDataManager personDataManger) {
Expand Down

0 comments on commit d4de9b1

Please sign in to comment.