소스 검색

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