///
/// @todo This class doesn't validate the lease values read from the file.
/// The @c Lease4 is a structure that should be itself responsible for this
-/// validation (see http://oldkea.isc.org/ticket/2405). However, when #2405
-/// is implemented, the @c next function may need to be updated to use the
+/// validation. However, the @c next function may need to be updated to use the
/// validation capability of @c Lease4.
class CSVLeaseFile4 : public isc::util::VersionedCSVFile, public LeaseFileStats {
public:
/// (false).
///
/// @todo Make sure that the values read from the file are correct.
- /// The appropriate @c Lease4 validation mechanism should be used once
- /// ticket http://oldkea.isc.org/ticket/2405 is implemented.
+ /// The appropriate @c Lease4 validation mechanism should be used.
bool next(Lease4Ptr& lease);
private: