Repository: camel Updated Branches: refs/heads/master 6aa5fd87b -> 4df209449
CAMEL-8319: Lets use double quote Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4df20944 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4df20944 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4df20944 Branch: refs/heads/master Commit: 4df209449cdf41cd266922267cf6782093483c0b Parents: 6aa5fd8 Author: Claus Ibsen <[email protected]> Authored: Fri Feb 6 07:29:27 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Feb 6 07:29:27 2015 +0100 ---------------------------------------------------------------------- .../resources/org/apache/camel/component/velocity/AppleTemplate.vm | 2 +- .../org/apache/camel/component/velocity/OrangeTemplate.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4df20944/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/AppleTemplate.vm ---------------------------------------------------------------------- diff --git a/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/AppleTemplate.vm b/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/AppleTemplate.vm index 61385ae..2c9ef0f 100644 --- a/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/AppleTemplate.vm +++ b/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/AppleTemplate.vm @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## ------------------------------------------------------------------------ -$in.setHeader('fruit', 'apple')I am an $body \ No newline at end of file +$in.setHeader("fruit", "apple")I am an $body \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/4df20944/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/OrangeTemplate.vm ---------------------------------------------------------------------- diff --git a/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/OrangeTemplate.vm b/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/OrangeTemplate.vm index e1dad07..17bc84e 100644 --- a/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/OrangeTemplate.vm +++ b/components/camel-velocity/src/test/resources/org/apache/camel/component/velocity/OrangeTemplate.vm @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## ------------------------------------------------------------------------ -$in.setHeader('fruit', 'orange')I am an $body \ No newline at end of file +$in.setHeader("fruit", "orange")I am an $body \ No newline at end of file
