Skip to content

Commit

Permalink
Added schema version to test XML config file
Browse files Browse the repository at this point in the history
This commit adds an explicit version to the updated XML configuration
file in order to avoid build errors in IntelliJ IDEA 12.
  • Loading branch information
sbrannen committed May 5, 2013
1 parent 95c1255 commit 72d5a32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">

<bean id="foo" class="java.lang.String">
<constructor-arg value="foo" />
Expand Down

0 comments on commit 72d5a32

Please sign in to comment.