HBASE-9308 Fix precommit javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1516641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-08-22 22:17:57 +00:00
parent 5932f728a8
commit 40f22a959b
2 changed files with 3 additions and 3 deletions

View File

@ -32375,7 +32375,7 @@ public final class MasterAdminProtos {
* <pre>
**
* List completed snapshots.
* @return a list of snapshot descriptors for completed snapshots
* Returns a list of snapshot descriptors for completed snapshots
* </pre>
*/
public abstract void getCompletedSnapshots(
@ -33371,7 +33371,7 @@ public final class MasterAdminProtos {
* <pre>
**
* List completed snapshots.
* @return a list of snapshot descriptors for completed snapshots
* Returns a list of snapshot descriptors for completed snapshots
* </pre>
*/
public abstract void getCompletedSnapshots(

View File

@ -409,7 +409,7 @@ service MasterAdminService {
/**
* List completed snapshots.
* @return a list of snapshot descriptors for completed snapshots
* Returns a list of snapshot descriptors for completed snapshots
*/
rpc GetCompletedSnapshots(ListSnapshotRequest) returns(ListSnapshotResponse);