瀏覽代碼

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

Ben Alex 17 年之前
父節點
當前提交
de897ad1ac
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 -->