Change 3.0.a to 2.4.a in @Since annotations and patch number.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@111379 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tom Page
2015-09-03 10:18:30 +00:00
parent bdd3cd193a
commit d17fc36a4e
117 changed files with 121 additions and 120 deletions

View File

@@ -38,7 +38,7 @@ import com.google.gson.Gson;
* Classification reasons property decorator
*
* @author Tuna Aksoy
* @since 3.0.a
* @since 2.4.a
*/
public class ClassificationReasonsPropertyDecorator extends BasePropertyDecorator
{

View File

@@ -32,7 +32,7 @@ import org.json.simple.JSONObject;
* Current classification property decorator
*
* @author Tuna Aksoy
* @since 3.0.a
* @since 2.4.a
*/
public class CurrentClassificationPropertyDecorator extends BasePropertyDecorator
{

View File

@@ -38,7 +38,7 @@ import com.google.gson.Gson;
* Exemption categories property decorator
*
* @author Tuna Aksoy
* @since 3.0.a
* @since 2.4.a
*/
public class ExemptionsCategoriesPropertyDecorator extends BasePropertyDecorator
{