Replace the type specification in this constructor call with the diamond operator 47/85547/2
authorIsaac Manuel Raj <isaac.manuelraj@huawei.com>
Wed, 17 Apr 2019 08:57:50 +0000 (14:27 +0530)
committerIsaac Manuel Raj <isaac.manuelraj@huawei.com>
Wed, 17 Apr 2019 09:01:03 +0000 (09:01 +0000)
commit76b5a4c039f8b718d9517b99aacb39fb62bab618
treedd904df4167480be2df124344d07ad1c80538e40
parent226c37657808fa22336940e9be49147809f41710
Replace the type specification in this constructor call with the diamond operator

In Entity.Java replace the type specification in this constructor call with the diamond operator and in OpenStackResponseException.java make "response" transient or serializable.

Issue-ID: SO-1490

Change-Id: I9653e42607ca898b5003d4b6050b69e58720ae62
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
openstack-client/src/main/java/com/woorea/openstack/base/client/Entity.java
openstack-client/src/main/java/com/woorea/openstack/base/client/OpenStackResponseException.java