File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/couchbase/core/mapping Expand file tree Collapse file tree 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) {
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 *
You can’t perform that action at this time.
0 commit comments