Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] How to handle IFileModificationValidator deprecation ?

In build I20070306-1200, IFileModificationValidator has been deprecated.
However the RepositoryProvider#getFileModificationValidator() still returns
an IFileModificationValidator.
Thus a subclass of RepositoryProvider has to override this method returning
a deprecated type. As a consequence this method is flagged with a warning
saying that a
deprecated type is being used.

How is a repository provider now supposed to provide a file modification
validator ?



Back to the top