File tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/couchbase/core/mapping 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ public CouchbaseDocument setContent(final JsonObject payload) {
215
215
216
216
/**
217
217
* Returns the expiration time of the document.
218
- * <p/ >
218
+ * <p>
219
219
* If the expiration time is 0, then the document will be persisted until deleted manually ("forever").
220
220
*
221
221
* @return the expiration time of the document.
@@ -226,9 +226,9 @@ public int getExpiration() {
226
226
227
227
/**
228
228
* Set the expiration time of the document.
229
- * <p/ >
229
+ * <p>
230
230
* If the expiration time is 0, then the document will be persisted until deleted manually ("forever").
231
- * <p/ >
231
+ * <p>
232
232
* Expiration should be expressed as seconds if <= 30 days (30 x 24 x 60 x 60 seconds), or as an expiry date (UTC,
233
233
* UNIX time ie. seconds form the Epoch) if > 30 days.
234
234
*
You can’t perform that action at this time.
0 commit comments