mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Fixed API doc generation process - was broken due to incorrect fix in ServiceOfferingResponse class
This commit is contained in:
		
							parent
							
								
									7bb1d00d14
								
							
						
					
					
						commit
						501c46bbd5
					
				@ -20,8 +20,6 @@ package com.cloud.api.response;
 | 
			
		||||
import java.util.Date;
 | 
			
		||||
 | 
			
		||||
import com.cloud.api.ApiConstants;
 | 
			
		||||
import com.cloud.api.Parameter;
 | 
			
		||||
import com.cloud.api.BaseCmd.CommandType;
 | 
			
		||||
import com.cloud.serializer.Param;
 | 
			
		||||
import com.google.gson.annotations.SerializedName;
 | 
			
		||||
 | 
			
		||||
@ -68,7 +66,7 @@ public class ServiceOfferingResponse extends BaseResponse {
 | 
			
		||||
    @SerializedName(ApiConstants.HOST_TAGS) @Param(description="the host tag for the service offering")
 | 
			
		||||
    private String hostTag; 
 | 
			
		||||
 | 
			
		||||
    @Parameter(name=ApiConstants.IS_SYSTEM_OFFERING, type=CommandType.BOOLEAN, description="is this a system vm offering")
 | 
			
		||||
    @SerializedName(ApiConstants.IS_SYSTEM_OFFERING) @Param(description="is this a system vm offering")
 | 
			
		||||
    private Boolean isSystem;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user