Skip to content

Commit

Permalink
Fix spotbugs issues (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 8, 2024
1 parent 92e57b5 commit 70c17b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static Collection<Object[]> contextBuilders() {
*/
@SuppressWarnings("checkstyle:VisibilityModifier")
@Parameterized.Parameter(1)
@CheckForNull
public Function<GiteaChecksPublisherITest, GiteaChecksContext> contextBuilder;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private SCMFacade createGiteaSCMFacadeWithRevision(
private SCMFacade createGiteaSCMFacadeWithRevision(
final Run<?, ?> run,
final GiteaSCMSource source,
@CheckForNull final SCMRevision revision,
final SCMRevision revision,
@CheckForNull final String hash) {
SCMFacade facade = createGiteaSCMFacadeWithSource(run.getParent(), source);

Expand Down

0 comments on commit 70c17b0

Please sign in to comment.