Prechádzať zdrojové kódy

SEC-867: Remove superfluous <property /> entry.

Ben Alex 17 rokov pred
rodič
commit
de897ad1ac

+ 0 - 1
samples/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml

@@ -36,7 +36,6 @@
 	<bean name="/ContactManager-hessian" class="org.springframework.remoting.caucho.HessianServiceExporter">
 		<property name="service" ref="contactManager"/>
 		<property name="serviceInterface" value="sample.contact.ContactManager"/>
-		</property>
 	</bean>
 
 	<!-- Burlap exporter for the ContactManager -->