HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. Contributed by David Luo. (harsh)

This commit is contained in:
Harsh J 2014-10-27 19:24:50 +05:30
parent c88ac8a738
commit 8d781aaad3
2 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,9 @@ Release 2.7.0 - UNRELEASED
BUG FIXES BUG FIXES
HDFS-6538. Comment format error in ShortCircuitRegistry javadoc.
(David Luo via harsh).
HDFS-7194. Fix findbugs "inefficient new String constructor" warning in HDFS-7194. Fix findbugs "inefficient new String constructor" warning in
DFSClient#PATH (yzhang via cmccabe) DFSClient#PATH (yzhang via cmccabe)

View File

@ -48,7 +48,7 @@ import com.google.common.base.Joiner;
import com.google.common.base.Preconditions; import com.google.common.base.Preconditions;
import com.google.common.collect.HashMultimap; import com.google.common.collect.HashMultimap;
/* /**
* Manages client short-circuit memory segments on the DataNode. * Manages client short-circuit memory segments on the DataNode.
* *
* DFSClients request shared memory segments from the DataNode. The * DFSClients request shared memory segments from the DataNode. The