DaanHoogland commented on a change in pull request #4235:
URL: https://github.com/apache/cloudstack/pull/4235#discussion_r463663995



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/response/TemplateOVFPropertyResponse.java
##########
@@ -16,13 +16,18 @@
 // under the License.
 package org.apache.cloudstack.api.response;
 
-import com.cloud.agent.api.storage.OVFProperty;
-import com.cloud.serializer.Param;
-import com.google.gson.annotations.SerializedName;
 import org.apache.cloudstack.api.ApiConstants;
 import org.apache.cloudstack.api.BaseResponse;
 import org.apache.cloudstack.api.EntityReference;
 
+import com.cloud.agent.api.storage.OVFProperty;
+import com.cloud.serializer.Param;
+import com.google.gson.annotations.SerializedName;
+
+/**
+ * the placeholder of parameters to fill for deployment
+ //  FR37 TODO remname for generic use

Review comment:
       you removed the javadoc and not just the FR37 line did you?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to