Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jun 10, 2024
1 parent 845ed44 commit b9df716
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
* @deprecated just use the one with a better package name {@link org.jenkinsci.plugins.gitclient.jgit.SmartCredentialsProvider}
*/
@Deprecated(since = "4.8.0", forRemoval = true)
@SuppressFBWarnings(value = "NM_SAME_SIMPLE_NAME_AS_SUPERCLASS", justification = "only here because to keep backward compat")
@SuppressFBWarnings(
value = "NM_SAME_SIMPLE_NAME_AS_SUPERCLASS",
justification = "only here because to keep backward compat")
public class SmartCredentialsProvider extends org.jenkinsci.plugins.gitclient.jgit.SmartCredentialsProvider {
public SmartCredentialsProvider(TaskListener listener) {
super(listener);
Expand Down

0 comments on commit b9df716

Please sign in to comment.