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

geode git commit: GEODE-2614: fix javadoc warnings - spotless

Repository: geode
Updated Branches:
  refs/heads/develop 9ad65d6a3 -> cb8f0c40e


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/cb8f0c40
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/cb8f0c40
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/cb8f0c40

Branch: refs/heads/develop
Commit: cb8f0c40e4b15c22cf0ebaa584efc8e9aa6f7fc2
Parents: 9ad65d6
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Wed Mar 8 10:28:39 2017 -0800
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Wed Mar 8 10:28:39 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/cb8f0c40/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.
    */