Author: clement
Date: Mon Feb 10 10:34:20 2014
New Revision: 1566570
URL: http://svn.apache.org/r1566570
Log:
fix a code snippet wrongly edited during the old to new CMS migration
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext?rev=1566570&r1=1566569&r2=1566570&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
Mon Feb 10 10:34:20 2014
@@ -215,7 +215,7 @@ The Hello service consumer is inside the
* Hello services.
* Injected by the container.
* */
- private Hello[]({{ refs..path }}) m_hello;
+ private Hello[] m_hello;
/**
* End flag.