Skip to content

Commit

Permalink
#1275 Cleanup of obsolete types
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed May 18, 2024
1 parent 05468ec commit ac7cd5f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
* @param <S> Type of SCM data associated with the branch
* @param <B> Type of SCM data associated with a build
* @param <I> Type of issue associated with this change log
*
* @deprecated Will be removed in V5.
*/
@Deprecated
public interface SCMChangeLogIssueValidator<T, S, B, I extends SCMChangeLogIssue> extends PropertyType<T> {

void validate(SCMChangeLog<B> changeLog, I issue, T validatorConfig);
Expand Down

0 comments on commit ac7cd5f

Please sign in to comment.