@@ -105,6 +105,9 @@ Trunk (unreleased changes)
exclude specific datanodes when locating the next block.
(Cosmin Lehene via Stack)
+ HDFS-922. Remove unnecessary semicolon added by HDFS-877 that causes
+ problems for Eclipse compilation. (jghoman)
+
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -41,7 +41,7 @@ import org.junit.BeforeClass;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.never;
-;
import static org.junit.Assert.*;
public class TestClientBlockVerification {