ACCUMULO-2061 ref an actual ticket in the todo

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5db49974
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5db49974
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5db49974

Branch: refs/heads/ACCUMULO-2061
Commit: 5db49974d2ba5e80103adeb7d6321d2b240285ec
Parents: 4b8a14e
Author: Josh Elser <els...@apache.org>
Authored: Wed Mar 12 16:40:35 2014 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Wed Mar 12 16:40:35 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5db49974/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java 
b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
index 7c0f067..7ed8f34 100644
--- a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
@@ -52,7 +52,7 @@ public class PrintInfo {
 
     @SuppressWarnings("deprecation")
     AccumuloConfiguration aconf = AccumuloConfiguration.getSiteConfiguration();
-    // TODO This will only work for RFiles in HDFS when the filesystem is 
defined in the core-site.xml
+    // TODO ACCUMULO-2462 This will only work for RFiles in HDFS when the 
filesystem is defined in the core-site.xml
     // on the classpath if a path, and not a URI, is given
     FileSystem hadoopFs = VolumeConfiguration.getDefaultVolume(conf, 
aconf).getFileSystem();
     FileSystem localFs  = FileSystem.getLocal(conf);

Reply via email to