@@ -309,7 +309,10 @@ Release 2.7.0 - UNRELEASED
OPTIMIZATIONS
BUG FIXES
-
+
+ HDFS-6538. Comment format error in ShortCircuitRegistry javadoc.
+ (David Luo via harsh).
HDFS-7194. Fix findbugs "inefficient new String constructor" warning in
DFSClient#PATH (yzhang via cmccabe)
@@ -48,7 +48,7 @@ import com.google.common.base.Joiner;
import com.google.common.base.Preconditions;
import com.google.common.collect.HashMultimap;
-/*
+/**
* Manages client short-circuit memory segments on the DataNode.
*
* DFSClients request shared memory segments from the DataNode. The