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

@@ -73,9 +73,9 @@ public class SandboxVersionImpl implements SandboxVersion
}
/* (non-Javadoc)
* @see org.alfresco.wcm.sandbox.SandboxVersion#getTag()
* @see org.alfresco.wcm.sandbox.SandboxVersion#getLabel()
*/
public String getTag()
public String getLabel()
{
return vDesc.getTag();
}