[
https://issues.apache.org/jira/browse/GEODE-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183372#comment-16183372
]
ASF subversion and git services commented on GEODE-3684:
--------------------------------------------------------
Commit 8f6b0b9fced9ed06710bf39d56ef72750171f7ff in geode's branch
refs/heads/develop from [~gosullivan]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8f6b0b9 ]
GEODE-3684: fix a warning during javadoc generation.
We used to have
```
warning - Tag @link: reference not found: BasicTypes.Entry
```
> Fix javadoc warnings during build
> ---------------------------------
>
> Key: GEODE-3684
> URL: https://issues.apache.org/jira/browse/GEODE-3684
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Galen O'Sullivan
> Assignee: Galen O'Sullivan
> Priority: Trivial
> Fix For: 1.3.0
>
>
> I'm seeing the following warnings in build:
> {code}
> /Users/gosullivan/src/gemfire/open/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageExecutionContext.java:91:
> warning - @return tag has no arguments.
> {code}
> {code}
> geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/utilities/ProtobufUtilities.java:101:
> warning - Tag @link: reference not found: BasicTypes.Entry
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)