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

khowe 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 06a9815  GEODE-5971: Remove references to removed expiration classes 
in RegionAttributesType (#3030)
06a9815 is described below

commit 06a9815eb1bdf0ee730f80ab6f3f97cd69118a5f
Author: Aditya Anchuri <[email protected]>
AuthorDate: Fri Dec 21 07:34:08 2018 -0800

    GEODE-5971: Remove references to removed expiration classes in 
RegionAttributesType (#3030)
---
 .../geode/cache/configuration/RegionAttributesType.java  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/cache/configuration/RegionAttributesType.java
 
b/geode-core/src/main/java/org/apache/geode/cache/configuration/RegionAttributesType.java
index 6261954..2fa33d9 100644
--- 
a/geode-core/src/main/java/org/apache/geode/cache/configuration/RegionAttributesType.java
+++ 
b/geode-core/src/main/java/org/apache/geode/cache/configuration/RegionAttributesType.java
@@ -473,7 +473,7 @@ public class RegionAttributesType implements Serializable {
    * Gets the value of the regionTimeToLive property.
    *
    * possible object is
-   * {@link RegionAttributesType.RegionTimeToLive }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public ExpirationAttributesType getRegionTimeToLive() {
@@ -484,7 +484,7 @@ public class RegionAttributesType implements Serializable {
    * Sets the value of the regionTimeToLive property.
    *
    * allowed object is
-   * {@link RegionAttributesType.RegionTimeToLive }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public void setRegionTimeToLive(ExpirationAttributesType value) {
@@ -495,7 +495,7 @@ public class RegionAttributesType implements Serializable {
    * Gets the value of the regionIdleTime property.
    *
    * possible object is
-   * {@link RegionAttributesType.RegionIdleTime }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public ExpirationAttributesType getRegionIdleTime() {
@@ -506,7 +506,7 @@ public class RegionAttributesType implements Serializable {
    * Sets the value of the regionIdleTime property.
    *
    * allowed object is
-   * {@link RegionAttributesType.RegionIdleTime }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public void setRegionIdleTime(ExpirationAttributesType value) {
@@ -517,7 +517,7 @@ public class RegionAttributesType implements Serializable {
    * Gets the value of the entryTimeToLive property.
    *
    * possible object is
-   * {@link RegionAttributesType.EntryTimeToLive }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public ExpirationAttributesType getEntryTimeToLive() {
@@ -528,7 +528,7 @@ public class RegionAttributesType implements Serializable {
    * Sets the value of the entryTimeToLive property.
    *
    * allowed object is
-   * {@link RegionAttributesType.EntryTimeToLive }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public void setEntryTimeToLive(ExpirationAttributesType value) {
@@ -539,7 +539,7 @@ public class RegionAttributesType implements Serializable {
    * Gets the value of the entryIdleTime property.
    *
    * possible object is
-   * {@link RegionAttributesType.EntryIdleTime }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public ExpirationAttributesType getEntryIdleTime() {
@@ -550,7 +550,7 @@ public class RegionAttributesType implements Serializable {
    * Sets the value of the entryIdleTime property.
    *
    * allowed object is
-   * {@link RegionAttributesType.EntryIdleTime }
+   * {@link RegionAttributesType.ExpirationAttributesType }
    *
    */
   public void setEntryIdleTime(ExpirationAttributesType value) {

Reply via email to