Skip to content

Commit

Permalink
Fix issue with final variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeel Mohamed committed Nov 30, 2016
1 parent c7057ea commit cb69874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/com/splunk/PivotTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void testAddStringFilterAgainstSplunk() {
pivotSpec.addFilter("host", StringComparison.CONTAINS, ".");

Pivot p = pivotSpec.pivot();
Job j = p.run();
final Job j = p.run();
assertEventuallyTrue(new EventuallyTrueBehavior() {

@Override
Expand Down

0 comments on commit cb69874

Please sign in to comment.