From 9f4543fb39348d0526a7acae2eed0ada0848acbf Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 2 Jun 2014 18:26:54 +0900 Subject: [PATCH] Fix checkstyle --- common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java b/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java index fbb042e565..b637f76fa7 100644 --- a/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java +++ b/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java @@ -70,4 +70,4 @@ public class ThreadDeathWatcherTest { // The task must be run on termination. latch.await(); } -} \ No newline at end of file +}