From: Mathieu Baudier Date: Tue, 22 Sep 2020 08:44:59 +0000 (+0200) Subject: Improve documentation. X-Git-Tag: argeo-commons-2.1.89~93 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=a41097ae7fdb1d79bba97c6f6cf722e0c7ada512 Improve documentation. --- diff --git a/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsEditable.java b/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsEditable.java index 687e3e83b..bc952c302 100644 --- a/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsEditable.java +++ b/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsEditable.java @@ -1,6 +1,6 @@ package org.argeo.cms.ui; -/** API NOT STABLE (yet). */ +/** Abstraction of a simple edition life cycle. */ public interface CmsEditable { /** Whether the calling thread can edit, the value is immutable */