Skip to content

Commit

Permalink
Merge branch 'static_cve_fix_clone_final' of github.com:bibith4/prest…
Browse files Browse the repository at this point in the history
…o into static_cve_fix_clone_final
  • Loading branch information
Shijin authored and Shijin committed Oct 30, 2024
2 parents 87ce038 + 1d69905 commit c9b3b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public int getTotalPopulationCount()
}

@Override
public UnweightedDoubleReservoirSample clone()
public final UnweightedDoubleReservoirSample clone()
{
return new UnweightedDoubleReservoirSample(this);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void mergeWith(WeightedDoubleReservoirSample other)
}

@Override
public WeightedDoubleReservoirSample clone()
public final WeightedDoubleReservoirSample clone()
{
return new WeightedDoubleReservoirSample(this);
}
Expand Down

0 comments on commit c9b3b7d

Please sign in to comment.