Skip to content

Commit

Permalink
add private final
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaRazumovsky committed Jul 3, 2017
1 parent 70713f7 commit e28f384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE, numDataNodes = 1)
public class RolloverIntegrationTest extends AbstractIntegrationTest {

Map<String, Object> rolloverConditions = new MapBuilder<String, Object>()
private final Map<String, Object> rolloverConditions = new MapBuilder<String, Object>()
.put("max_docs", "1")
.put("max_age", "1d")
.immutableMap();
Expand Down

0 comments on commit e28f384

Please sign in to comment.