WCM SandboxService - minor/consistency updates

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12641 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-01-08 18:12:36 +00:00
parent f2d23ec0c1
commit 2c3c766028
4 changed files with 66 additions and 50 deletions

View File

@@ -60,16 +60,16 @@ public interface SandboxVersion
public Date getCreatedDate();
/**
* Get the short description
* Get the submitted (short) label / tag
*
* @return The short description
* @return The label
*/
public String getTag();
public String getLabel();
/**
* Get the long description
* Get the submitted (long) description
*
* @return The long description
* @return The description
*/
public String getDescription();