We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bfbd2 commit f64e8f9Copy full SHA for f64e8f9
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java
@@ -1961,7 +1961,7 @@ public void testGet() throws IOException {
1961
private int count = 0;
1962
private final FsShell shell = new FsShell(conf);
1963
1964
- public String run(int exitcode, String... options) throws IOException {
+ public String run(int exitcode, String... options) throws IOException {
1965
String dst = new File(TEST_ROOT_DIR, fname + ++count)
1966
.getAbsolutePath();
1967
String[] args = new String[options.length + 3];
0 commit comments