Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Oct 12, 2023
1 parent 731c496 commit fa61939
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,11 @@ public void sawOpcode(int seen) {
bugAccumulator.accumulateBug(
new BugInstance(this, "EI_EXPOSE_" + (staticMethod ? "STATIC_" : "") + (capture == CaptureKind.BUF ? "BUF2" : "REP2"),
capture == CaptureKind.REP ? NORMAL_PRIORITY : LOW_PRIORITY)
.addClassAndMethod(this)
.addReferencedField(this)
.add(LocalVariableAnnotation.getLocalVariableAnnotation(getMethod(),
top.getRegisterNumber(),
getPC(), getPC() - 1)), this);
.addClassAndMethod(this)
.addReferencedField(this)
.add(LocalVariableAnnotation.getLocalVariableAnnotation(getMethod(),
top.getRegisterNumber(),
getPC(), getPC() - 1)), this);
}
}
}
Expand Down

0 comments on commit fa61939

Please sign in to comment.