Mapping Exception caused by Overloaded NeutronObject#setTenantId() 97/40897/4
authorAnil Vishnoi <vishnoianil@gmail.com>
Mon, 27 Jun 2016 21:18:26 +0000 (14:18 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Wed, 29 Jun 2016 21:58:08 +0000 (14:58 -0700)
commitfebd6fe99c9e7b865fb0499453e70a0b7a6d89d0
tree249465381e4a67816aa2407a6b3ac3f19fb204ec
parent6dfa7d19f05d40556793fd3ffd5d5983bf05ef93
Mapping Exception caused by Overloaded NeutronObject#setTenantId()

Overloaded method for json property is causing Mapping Exception
com.fasterxml.jackson.databind.JsonMappingException:
Conflicting setter definitions for property tenantID:
org.opendaylight.neutron.spi.NeutronObject#setTenantID(1 params)
vs org.opendaylight.neutron.spi.NeutronObject#setTenantID(1 params)

Change-Id: I6278268203e5a3c593b260df02fb4a6143213d26
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
features/production/src/main/features/features.xml
neutron-spi/pom.xml
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronObject.java