Skip to content

Commit f64e8f9

Browse files
committed
fix checkstyle.
1 parent c6bfbd2 commit f64e8f9

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ public void testGet() throws IOException {
19611961
private int count = 0;
19621962
private final FsShell shell = new FsShell(conf);
19631963

1964-
public String run(int exitcode, String... options) throws IOException {
1964+
public String run(int exitcode, String... options) throws IOException {
19651965
String dst = new File(TEST_ROOT_DIR, fname + ++count)
19661966
.getAbsolutePath();
19671967
String[] args = new String[options.length + 3];

0 commit comments

Comments
 (0)