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

[geode] branch develop updated: GEODE-3684: fix a warning during javadoc generation.

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

gosullivan 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 8f6b0b9  GEODE-3684: fix a warning during javadoc generation.
8f6b0b9 is described below

commit 8f6b0b9fced9ed06710bf39d56ef72750171f7ff
Author: Galen O'Sullivan <go...@pivotal.io>
AuthorDate: Wed Sep 27 13:14:04 2017 -0700

    GEODE-3684: fix a warning during javadoc generation.
    
    We used to have
    
    ```
    warning - Tag @link: reference not found: BasicTypes.Entry
    ```
---
 .../geode/internal/protocol/protobuf/utilities/ProtobufUtilities.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/utilities/ProtobufUtilities.java b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/utilities/ProtobufUtilities.java
index bb3f0de..3449fb1 100644
--- a/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/utilities/ProtobufUtilities.java
+++ b/geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/utilities/ProtobufUtilities.java
@@ -84,7 +84,7 @@ public abstract class ProtobufUtilities {
 
   /**
    * Creates a protobuf (key, value) pair from unencoded data. if the value is null, it will be
-   * unset in the {@link BasicTypes.Entry}.
+   * unset in the BasicTypes.Entry.
    *
    * The key MUST NOT be null.
    *

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