RM-4378: Changed @since value from 1.0 to 2.6

This commit is contained in:
Tuna Aksoy
2016-11-16 22:01:38 +00:00
parent 13880ba2bf
commit 0e74642b32
24 changed files with 24 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
* POJO for file plan component * POJO for file plan component
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponent public class FilePlanComponent
{ {

View File

@@ -17,7 +17,7 @@ import static org.alfresco.rest.rm.util.ParameterCheck.mandatoryString;
* File plan component alias enumeration * File plan component alias enumeration
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public enum FilePlanComponentAlias public enum FilePlanComponentAlias
{ {

View File

@@ -21,7 +21,7 @@ import org.alfresco.rest.core.RestModels;
* POJO for file plan component entry * POJO for file plan component entry
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponentEntry extends RestModels<FilePlanComponent, FilePlanComponentEntry> public class FilePlanComponentEntry extends RestModels<FilePlanComponent, FilePlanComponentEntry>
{ {

View File

@@ -15,7 +15,7 @@ package org.alfresco.rest.rm.model.fileplancomponents;
* File plan component field names constants * File plan component field names constants
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponentFields public class FilePlanComponentFields
{ {

View File

@@ -15,7 +15,7 @@ package org.alfresco.rest.rm.model.fileplancomponents;
* POJO for id/name pair * POJO for id/name pair
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponentIdNamePair public class FilePlanComponentIdNamePair
{ {

View File

@@ -19,7 +19,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
* POJO for FilePlanComponent path parameter * POJO for FilePlanComponent path parameter
* <br> * <br>
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
@JsonIgnoreProperties(ignoreUnknown = true) @JsonIgnoreProperties(ignoreUnknown = true)
public class FilePlanComponentPath public class FilePlanComponentPath

View File

@@ -28,7 +28,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
* POJO for file plan component properties * POJO for file plan component properties
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
//FIXME: Once the fields have been added the JsonIgnoreProperties annotation should be removed //FIXME: Once the fields have been added the JsonIgnoreProperties annotation should be removed
@JsonIgnoreProperties (ignoreUnknown = true) @JsonIgnoreProperties (ignoreUnknown = true)

View File

@@ -17,7 +17,7 @@ import static org.alfresco.rest.rm.util.ParameterCheck.mandatoryString;
* File plan component type enumeration * File plan component type enumeration
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public enum FilePlanComponentType public enum FilePlanComponentType
{ {

View File

@@ -15,7 +15,7 @@ package org.alfresco.rest.rm.model.fileplancomponents;
* POJO for file plan component created by object * POJO for file plan component created by object
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponentUserInfo public class FilePlanComponentUserInfo
{ {

View File

@@ -17,7 +17,7 @@ import org.alfresco.rest.core.RestModels;
* Handle collection of FilePlanComponents * Handle collection of FilePlanComponents
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
public class FilePlanComponentsCollection extends RestModels<FilePlanComponentEntry, FilePlanComponentsCollection> public class FilePlanComponentsCollection extends RestModels<FilePlanComponentEntry, FilePlanComponentsCollection>
{ {

View File

@@ -4,7 +4,7 @@ package org.alfresco.rest.rm.model.fileplancomponents;
* POJO for the review period * POJO for the review period
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class ReviewPeriod public class ReviewPeriod
{ {

View File

@@ -19,7 +19,7 @@ import org.alfresco.rest.model.RestSiteModel;
* POJO for RM Site component * POJO for RM Site component
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class RMSite extends RestSiteModel public class RMSite extends RestSiteModel
{ {

View File

@@ -15,7 +15,7 @@ package org.alfresco.rest.rm.model.site;
* RM Site compliance * RM Site compliance
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public enum RMSiteCompliance public enum RMSiteCompliance
{ {

View File

@@ -24,7 +24,7 @@ package org.alfresco.rest.rm.model.site;
*} *}
* @author Tuna Aksoy * @author Tuna Aksoy
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class RMSiteFields public class RMSiteFields
{ {

View File

@@ -33,7 +33,7 @@ import org.springframework.stereotype.Component;
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @author Kristijan Conkas * @author Kristijan Conkas
* @since 1.0 * @since 2.6
*/ */
@Component @Component
@Scope(value = "prototype") @Scope(value = "prototype")

View File

@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
@Component @Component
@Scope (value = "prototype") @Scope (value = "prototype")

View File

@@ -17,7 +17,7 @@ import static org.apache.commons.lang3.StringUtils.isBlank;
* Utility class for checking parameters * Utility class for checking parameters
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class ParameterCheck public class ParameterCheck
{ {

View File

@@ -15,7 +15,7 @@ package org.alfresco.rest.rm.base;
* List of allowable operations * List of allowable operations
* *
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class AllowableOperations public class AllowableOperations
{ {

View File

@@ -50,7 +50,7 @@ import org.testng.annotations.BeforeClass;
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
@Configuration @Configuration
@PropertySource("classpath:default.properties") @PropertySource("classpath:default.properties")

View File

@@ -27,7 +27,7 @@ import org.testng.annotations.DataProvider;
* Test data used in tests * Test data used in tests
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public interface TestData public interface TestData
{ {

View File

@@ -52,7 +52,7 @@ import org.testng.annotations.Test;
* the File Plan CRUD API * the File Plan CRUD API
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class FilePlanTests extends BaseRestTest public class FilePlanTests extends BaseRestTest
{ {

View File

@@ -51,7 +51,7 @@ import org.testng.annotations.Test;
* *
* @author Kristijan Conkas * @author Kristijan Conkas
* @author Tuna Aksoy * @author Tuna Aksoy
* @since 1.0 * @since 2.6
*/ */
public class RecordCategoryTest extends BaseRestTest public class RecordCategoryTest extends BaseRestTest
{ {

View File

@@ -61,7 +61,7 @@ import org.testng.annotations.Test;
* the Record Folder CRUD API * the Record Folder CRUD API
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class RecordFolderTests extends BaseRestTest public class RecordFolderTests extends BaseRestTest
{ {

View File

@@ -51,7 +51,7 @@ import org.testng.annotations.Test;
* the RM site CRUD API * the RM site CRUD API
* *
* @author Rodica Sutu * @author Rodica Sutu
* @since 1.0 * @since 2.6
*/ */
public class RMSiteTests extends BaseRestTest public class RMSiteTests extends BaseRestTest
{ {