You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pi...@apache.org on 2018/03/21 15:49:05 UTC

[geode] branch develop updated: GEODE-4873: Remove link to test code from main code. (#1641)

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

pivotalsarge 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 ee328b9  GEODE-4873: Remove link to test code from main code. (#1641)
ee328b9 is described below

commit ee328b9845ab7c0aa9f204536a547935e88c1eba
Author: Michael "Sarge" Dodge <md...@pivotal.io>
AuthorDate: Wed Mar 21 08:49:00 2018 -0700

    GEODE-4873: Remove link to test code from main code. (#1641)
---
 .../internal/protocol/protobuf/v1/utilities/ProtobufUtilities.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/utilities/ProtobufUtilities.java b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/utilities/ProtobufUtilities.java
index ea39ca8..d7e2a2d 100644
--- a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/utilities/ProtobufUtilities.java
+++ b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/utilities/ProtobufUtilities.java
@@ -25,9 +25,6 @@ import org.apache.geode.internal.protocol.protobuf.v1.serialization.exception.En
  * This class contains helper functions for assistance in creating protobuf objects. This class is
  * mainly focused on helper functions which can be used in building BasicTypes for use in other
  * messages or those used to create the top level Message objects.
- * <p>
- * Helper functions specific to creating ClientProtocol.Messages can be found at
- * {@link ProtobufRequestUtilities}
  */
 @Experimental
 public abstract class ProtobufUtilities {

-- 
To stop receiving notification emails like this one, please contact
pivotalsarge@apache.org.