You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by js...@apache.org on 2017/03/13 17:43:08 UTC

[41/50] [abbrv] geode git commit: GEODE-2614: fix javadoc warnings - spotless

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/GEODE-2290
Commit: 886c8080b1383c9e388dd9aa2197c17bd095e758
Parents: 0ca3fe2
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Wed Mar 8 10:28:39 2017 -0800
Committer: Kevin J. Duling <kd...@pivotal.io>
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.
    */