HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. Contributed by Madhukara Phatak.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Aaron Myers 2012-06-08 06:38:14 +00:00
parent 415ce38b82
commit 072ae08a00
2 changed files with 5 additions and 2 deletions

View File

@ -87,6 +87,9 @@ Trunk (unreleased changes)
HDFS-3476. Correct the default used in TestDFSClientRetries.busyTest()
after HDFS-3462 (harsh)
HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. (Madhukara Phatak
via atm)
OPTIMIZATIONS
HDFS-2834. Add a ByteBuffer-based read API to DFSInputStream.

View File

@ -34,9 +34,9 @@
import org.junit.Test;
public class TestMulitipleNNDataBlockScanner {
public class TestMultipleNNDataBlockScanner {
private static final Log LOG =
LogFactory.getLog(TestMulitipleNNDataBlockScanner.class);
LogFactory.getLog(TestMultipleNNDataBlockScanner.class);
Configuration conf;
MiniDFSCluster cluster = null;
String bpids[] = new String[3];