Skip to content

Commit

Permalink
Merge pull request #1686 from offa/doc
Browse files Browse the repository at this point in the history
Update custom plugin code example
  • Loading branch information
uhafner authored Feb 23, 2024
2 parents 6532850 + 077d588 commit d8ab189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Custom-Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Here is an example that can be used as a starting point.
```java
package io.jenkins.plugins.analysis.warnings;

import javax.annotation.Nonnull;
import edu.umd.cs.findbugs.annotations.NonNull;

import org.kohsuke.stapler.DataBoundConstructor;

Expand Down

0 comments on commit d8ab189

Please sign in to comment.