Skip to content

Commit

Permalink
Fixed typo in 'experiments.xml'.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov committed Sep 8, 2015
1 parent 0ba7d0c commit 7a24604
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Option A: XML-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<import resource="classpath:peel-core.xml"/>
<import resource="classpath:peel-extensions.xml"/>

Expand All @@ -33,7 +33,7 @@

<!-- Option B: Code-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<!--<import resource="classpath:peel-core.xml"/>-->

<!-- Code-based experiment definitions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Option A: XML-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<import resource="classpath:peel-core.xml"/>
<import resource="classpath:peel-extensions.xml"/>

Expand All @@ -33,7 +33,7 @@

<!-- Option B: Code-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<!--<import resource="classpath:peel-core.xml"/>-->

<!-- Code-based experiment definitions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- Option A: XML-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<import resource="classpath:peel-core.xml"/>
<import resource="classpath:peel-extensions.xml"/>

Expand All @@ -33,7 +33,7 @@

<!-- Option B: Code-based definitions -->

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<!--<import resource="classpath:peel-core.xml"/>-->

<!-- Code-based experiment definitions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

<!-- Peel configuratoins -->
<!-- Peel configurations -->
<import resource="classpath:peel-core.xml"/>
<import resource="classpath:peel-extensions.xml"/>

Expand Down

0 comments on commit 7a24604

Please sign in to comment.