You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2017/09/22 23:31:41 UTC

[geode] branch develop updated: GEODE-3083: Amending Javadoc

This is an automated email from the ASF dual-hosted git repository.

udo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 512c871  GEODE-3083: Amending Javadoc
512c871 is described below

commit 512c87116e9a1f6e949afd89f2432274a1b15a5f
Author: kohlmu-pivotal <uk...@pivotal.io>
AuthorDate: Fri Sep 22 16:31:33 2017 -0700

    GEODE-3083: Amending Javadoc
---
 .../geode/internal/cache/tier/sockets/MessageExecutionContext.java | 7 ++-----
 .../org/apache/geode/protocol/protobuf/ProtobufOpsProcessor.java   | 2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java
index d1fc461..bedb2c7 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java
@@ -20,8 +20,8 @@ import org.apache.geode.cache.Cache;
 import org.apache.geode.distributed.Locator;
 import org.apache.geode.distributed.internal.InternalLocator;
 import org.apache.geode.internal.exception.InvalidExecutionContextException;
-import org.apache.geode.security.server.NoOpAuthorizer;
 import org.apache.geode.security.server.Authorizer;
+import org.apache.geode.security.server.NoOpAuthorizer;
 
 @Experimental
 public class MessageExecutionContext {
@@ -85,12 +85,9 @@ public class MessageExecutionContext {
   /**
    * Returns the statistics for recording operation stats. In a unit test environment this may not
    * be a protocol-specific statistics implementation.
-   * 
-   * @return
+   *
    */
   public ClientProtocolStatistics getStatistics() {
     return statistics;
   }
-
-
 }
diff --git a/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufOpsProcessor.java b/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufOpsProcessor.java
index 848d70b..f188862 100644
--- a/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufOpsProcessor.java
+++ b/geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtobufOpsProcessor.java
@@ -35,7 +35,7 @@ public class ProtobufOpsProcessor {
 
   private final OperationContextRegistry operationContextRegistry;
   private final SerializationService serializationService;
-  private static final Logger logger = LogService.getLogger();
+  private static final Logger logger = LogService.getLogger(ProtobufOpsProcessor.class);
 
   public ProtobufOpsProcessor(SerializationService serializationService,
       OperationContextRegistry operationContextRegistry) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].