Skip to content

Commit

Permalink
Merge pull request hazelcast#13523 from sancar/javadocFixForEntryView…
Browse files Browse the repository at this point in the history
…/maint3.x

fix bug in javadoc. Ttl returns millisecond
  • Loading branch information
mustafa sancar koyunlu committed Aug 2, 2018
2 parents 8518c21 + 4a26e1a commit 60d0388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hazelcast/src/main/java/com/hazelcast/core/EntryView.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ public interface EntryView<K, V> {
long getVersion();

/**
* Returns the last set time to live second.
* Returns the last set time to live in milliseconds.
*
* @return the last set time to live second
* @return the last set time to live in milliseconds.
*/
long getTtl();
}

0 comments on commit 60d0388

Please sign in to comment.