GEODE-2614: fix javadoc warnings - spotless

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/886c8080
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/886c8080
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/886c8080

Branch: refs/heads/develop
Commit: 886c8080b1383c9e388dd9aa2197c17bd095e758
Parents: 0ca3fe2
Author: Jinmei Liao <[email protected]>
Authored: Wed Mar 8 10:28:39 2017 -0800
Committer: Kevin J. Duling <[email protected]>
Committed: Wed Mar 8 10:43:30 2017 -0800

----------------------------------------------------------------------
 .../apache/geode/management/internal/cli/CliAroundInterceptor.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/886c8080/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliAroundInterceptor.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliAroundInterceptor.java
 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliAroundInterceptor.java
index f552460..7a95306 100644
--- 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliAroundInterceptor.java
+++ 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/CliAroundInterceptor.java
@@ -38,6 +38,7 @@ public interface CliAroundInterceptor {
 
   /**
    * called by the OperationInvoker after the command is executed
+   * 
    * @param tempFile if the command's isFileDownloadOverHttp is true, the is 
the File downloaded
    *        after the http response is processed.
    */

Reply via email to