This is an automated email from the ASF dual-hosted git repository.
mcmellawatt 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 574eb7c GEODE-5724: Fixed typo with link in javadoc
574eb7c is described below
commit 574eb7c35a0d1bb133df52d1d806aea3ddbcecd3
Author: Jason Huynh <[email protected]>
AuthorDate: Thu Apr 11 11:24:57 2019 -0700
GEODE-5724: Fixed typo with link in javadoc
---
geode-core/src/main/java/org/apache/geode/cache/util/ObjectSizer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/cache/util/ObjectSizer.java
b/geode-core/src/main/java/org/apache/geode/cache/util/ObjectSizer.java
index 7d688f6..0a11275 100755
--- a/geode-core/src/main/java/org/apache/geode/cache/util/ObjectSizer.java
+++ b/geode-core/src/main/java/org/apache/geode/cache/util/ObjectSizer.java
@@ -26,7 +26,7 @@ import
org.apache.geode.internal.size.SizeClassOnceObjectSizer;
*
* You should use a sizer with a {@link
EvictionAttributes#createLRUHeapAttributes(ObjectSizer)} or
* {@link EvictionAttributes#createLRUMemoryAttributes(ObjectSizer)} if you
want to use a faster or
- * more accurate method of sizing than provided by the default object sizer,
which is {#link
+ * more accurate method of sizing than provided by the default object sizer,
which is
* {@link #SIZE_CLASS_ONCE}
*
*