Find usage test data update in spring tests

This commit is contained in:
Nikolay Krasko
2016-05-30 20:57:42 +03:00
parent a51f555181
commit ebfb08b2ca
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
Usage in XML descriptor 5 <bean class="a.KotlinSpringBean" name="xmlKotlinBean"/>
Usage in XML descriptor (5: 20) <bean class="a.KotlinSpringBean" name="xmlKotlinBean"/>

View File

@@ -1,2 +1,2 @@
Usage in XML descriptor 6 <constructor-arg name="value" value="2"/>
Usage in XML descriptor 7 <property name="value"/>
Usage in XML descriptor (6: 32) <constructor-arg name="value" value="2"/>
Usage in XML descriptor (7: 25) <property name="value"/>

View File

@@ -1 +1 @@
Usage in XML descriptor 6 <property name="foo"/>
Usage in XML descriptor (6: 25) <property name="foo"/>

View File

@@ -1 +1 @@
Usage in XML descriptor 6 <property name="bar"/>
Usage in XML descriptor (6: 25) <property name="bar"/>