mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +00:00
SEC-867: Remove superfluous <property /> entry.
This commit is contained in:
parent
ff785a829f
commit
de897ad1ac
@ -36,7 +36,6 @@
|
|||||||
<bean name="/ContactManager-hessian" class="org.springframework.remoting.caucho.HessianServiceExporter">
|
<bean name="/ContactManager-hessian" class="org.springframework.remoting.caucho.HessianServiceExporter">
|
||||||
<property name="service" ref="contactManager"/>
|
<property name="service" ref="contactManager"/>
|
||||||
<property name="serviceInterface" value="sample.contact.ContactManager"/>
|
<property name="serviceInterface" value="sample.contact.ContactManager"/>
|
||||||
</property>
|
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Burlap exporter for the ContactManager -->
|
<!-- Burlap exporter for the ContactManager -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user