Explorar el Código

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

Ben Alex hace 17 años
padre
commit
de897ad1ac
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      samples/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml

+ 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 -->