File tree Expand file tree Collapse file tree
com/coravy/hudson/plugins/github
org/jenkinsci/plugins/github/webhook Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import hudson .plugins .git .GitChangeSet ;
88import hudson .scm .ChangeLogAnnotator ;
99import hudson .scm .ChangeLogSet .Entry ;
10- import org .apache .commons .lang .StringUtils ;
10+ import org .apache .commons .lang3 .StringUtils ;
1111
1212import edu .umd .cs .findbugs .annotations .CheckForNull ;
1313import edu .umd .cs .findbugs .annotations .CheckReturnValue ;
Original file line number Diff line number Diff line change 11package com .coravy .hudson .plugins .github ;
22
3- import org .apache .commons .lang .StringUtils ;
3+ import org .apache .commons .lang3 .StringUtils ;
44
55/**
66 * @author <a href="mailto:stefan@coravy.com">Stefan Saasen</a>
Original file line number Diff line number Diff line change 66import hudson .model .Item ;
77import hudson .model .Job ;
88import hudson .util .Secret ;
9- import org .apache .commons .lang .Validate ;
9+ import org .apache .commons .lang3 .Validate ;
1010import org .jenkinsci .plugins .github .GitHubPlugin ;
1111import org .jenkinsci .plugins .github .admin .GitHubHookRegisterProblemMonitor ;
1212import org .jenkinsci .plugins .github .config .HookSecretConfig ;
You can’t perform that action at this time.
0 commit comments