mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user