You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2013/02/21 03:59:34 UTC

svn commit: r1448496 - in /hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot: SnapshotDescriptionUtils.java TakeSnapshotUtils.java

Author: jmhsieh
Date: Thu Feb 21 02:59:34 2013
New Revision: 1448496

URL: http://svn.apache.org/r1448496
Log:
HBASE-7889 ADDENDUM (convert @code to simplified @links)

Modified:
    hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
    hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/TakeSnapshotUtils.java

Modified: hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java
URL: http://svn.apache.org/viewvc/hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java?rev=1448496&r1=1448495&r2=1448496&view=diff
==============================================================================
--- hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java (original)
+++ hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotDescriptionUtils.java Thu Feb 21 02:59:34 2013
@@ -67,7 +67,7 @@ import org.apache.hadoop.hbase.util.FSUt
  *
  * Utility methods in this class are useful for getting the correct locations for different parts of
  * the snapshot, as well as moving completed snapshots into place (see
- * {@code #completeSnapshot(SnapshotDescription, Path, Path, FileSystem)}, and writing the
+ * {@link #completeSnapshot}, and writing the
  * {@link SnapshotDescription} to the working snapshot directory.
  */
 public class SnapshotDescriptionUtils {

Modified: hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/TakeSnapshotUtils.java
URL: http://svn.apache.org/viewvc/hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/TakeSnapshotUtils.java?rev=1448496&r1=1448495&r2=1448496&view=diff
==============================================================================
--- hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/TakeSnapshotUtils.java (original)
+++ hbase/branches/hbase-7290v2/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/TakeSnapshotUtils.java Thu Feb 21 02:59:34 2013
@@ -77,7 +77,7 @@ public class TakeSnapshotUtils {
    * <p>
    * Specific files per store are kept in a similar layout as per the current directory layout.
    * @param regionDir snapshot directory for the parent region, <b>not</b> the standard region
-   *          directory. See {@code #getRegionSnapshotDirectory(SnapshotDescription, Path, String)}
+   *          directory. See {@link #getRegionSnapshotDirectory}
    * @param family name of the store to snapshot
    * @return path to the snapshot home directory for the store/family
    */