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/10/25 19:16:50 UTC

[geode] branch feature/GEODE-3903 updated: GEODE-3903: spotless

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

udo pushed a commit to branch feature/GEODE-3903
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3903 by this push:
     new 925b48c  GEODE-3903: spotless
925b48c is described below

commit 925b48cb35a6754cb4453704d3912017a48b30ce
Author: kohlmu-pivotal <uk...@pivotal.io>
AuthorDate: Wed Oct 25 12:16:44 2017 -0700

    GEODE-3903: spotless
---
 .../java/org/apache/geode/internal/protocol/OperationContext.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/geode-client-protocol/src/main/java/org/apache/geode/internal/protocol/OperationContext.java b/geode-client-protocol/src/main/java/org/apache/geode/internal/protocol/OperationContext.java
index 17f6eff..370d501 100644
--- a/geode-client-protocol/src/main/java/org/apache/geode/internal/protocol/OperationContext.java
+++ b/geode-client-protocol/src/main/java/org/apache/geode/internal/protocol/OperationContext.java
@@ -30,8 +30,9 @@ public abstract class OperationContext<OperationRequest, OperationResponse, Erro
   private final ResourcePermission accessPermissionRequired;
 
   public OperationContext(Function<ProtocolRequest, OperationRequest> fromRequest,
-                          OperationHandler<OperationRequest, OperationResponse, ErrorResponse> operationHandler,
-                          Function<OperationResponse, ProtocolResponse> toResponse, ResourcePermission permissionRequired) {
+      OperationHandler<OperationRequest, OperationResponse, ErrorResponse> operationHandler,
+      Function<OperationResponse, ProtocolResponse> toResponse,
+      ResourcePermission permissionRequired) {
     this.operationHandler = operationHandler;
     this.fromRequest = fromRequest;
     this.toResponse = toResponse;

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