Skip to content

Commit

Permalink
Fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chumer committed Jun 21, 2016
1 parent cd2cb9b commit 503bd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected void onDispose(Env env) {

}

final static AtomicInteger createDisposeCount = new AtomicInteger(0);
static final AtomicInteger createDisposeCount = new AtomicInteger(0);

@Registration(id = "testAsyncAttachement2")
public static class TestAsyncAttachement2 extends TruffleInstrument {
Expand Down

0 comments on commit 503bd36

Please sign in to comment.