Hi Devs,
Based on the names of the properties they seem to be used for the same
purpose. If that is the case, it might make more sense to remove one
property rather than having it duplicated.
Regards,
Mariangela
*--*
*Mariangela Hills*
PMC Member & Committer of Apache Stratos
Senior Technic
Hi,
Ideally id is not needed to be set in bean class. However both id and
volumeId has been used in the code. Need to check before providing a
conclusive answer.
On Wed, May 20, 2015 at 4:39 PM, Mariangela Hills
wrote:
> Hi Devs,
>
> What is the difference between the property named "id" and "v
Hi Devs,
What is the difference between the property named "id" and "volumeId" in
the volumeBean?
private String id;
private String size;
private String device;
private boolean removeOnTermination;
private String mappingPath;
private String snapshotId;
private String volumeId;
Regards,
Mariangel