Skip to content

Commit ef31af0

Browse files
authored
Fix remaining javadoc in 5.0.x (#1292)
Closes #1291. Co-authored-by: mikereiche <[email protected]>
1 parent 6197d43 commit ef31af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/data/couchbase/core/mapping/CouchbaseDocument.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public CouchbaseDocument setContent(final JsonObject payload) {
215215

216216
/**
217217
* Returns the expiration time of the document.
218-
* <p/>
218+
* <p>
219219
* If the expiration time is 0, then the document will be persisted until deleted manually ("forever").
220220
*
221221
* @return the expiration time of the document.
@@ -226,9 +226,9 @@ public int getExpiration() {
226226

227227
/**
228228
* Set the expiration time of the document.
229-
* <p/>
229+
* <p>
230230
* If the expiration time is 0, then the document will be persisted until deleted manually ("forever").
231-
* <p/>
231+
* <p>
232232
* Expiration should be expressed as seconds if <= 30 days (30 x 24 x 60 x 60 seconds), or as an expiry date (UTC,
233233
* UNIX time ie. seconds form the Epoch) if > 30 days.
234234
*

0 commit comments

Comments
 (0)