You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2018/01/18 22:39:05 UTC

[geode] branch develop updated: GEODE-3322: Fix javadoc warnings

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

agingade 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 cb3baf3  GEODE-3322: Fix javadoc warnings
cb3baf3 is described below

commit cb3baf3bc9da743a9329ea98d9b9a9d00afb16d3
Author: Anil <ag...@pivotal.io>
AuthorDate: Thu Jan 18 11:09:55 2018 -0800

    GEODE-3322: Fix javadoc warnings
---
 .../src/main/java/org/apache/geode/internal/offheap/OffHeapHelper.java | 3 ++-
 geode-core/src/main/java/org/apache/geode/internal/tcp/package.html    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/offheap/OffHeapHelper.java b/geode-core/src/main/java/org/apache/geode/internal/offheap/OffHeapHelper.java
index 72d0b86..b54e95b 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/offheap/OffHeapHelper.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/offheap/OffHeapHelper.java
@@ -42,7 +42,8 @@ public class OffHeapHelper {
   }
 
   /**
-   * Just like {@link #copyIfNeeded(Object)} except that if off-heap is copied it is also released.
+   * Just like {@link #copyIfNeeded(Object, InternalCache)} except that if off-heap is copied it is
+   * also released.
    *
    * @param v If this value is off-heap then the caller must have already retained it.
    * @return the heap copy to use in place of v
diff --git a/geode-core/src/main/java/org/apache/geode/internal/tcp/package.html b/geode-core/src/main/java/org/apache/geode/internal/tcp/package.html
index 442d75a..6b1ccf3 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/tcp/package.html
+++ b/geode-core/src/main/java/org/apache/geode/internal/tcp/package.html
@@ -29,7 +29,7 @@ set to true, which is the default setting.  When used in this way, the
 conduit manages the serialization and transmission of
 {@link org.apache.geode.distributed.internal.DistributionMessage}
 objects from one system to another.  The
-{@link org.apache.geode.distributed.internal.membershp.MembershipManager}
+{@link org.apache.geode.distributed.internal.membership.MembershipManager}
 routes outgoing messages to TCPConduit and handles receipt of messages
 received by TCPConduit {@link org.apache.geode.internal.tcp.Connection "Connections"}.
 <hr>

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