[unomi] branch master updated: UNOMI-208 Improve documentation - Fix image reference in archived documentation

2019-05-15 Thread shuber
This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
 new db2230e  UNOMI-208 Improve documentation - Fix image reference in 
archived documentation
db2230e is described below

commit db2230e488d50d74e76616062bb4a22a995c565d
Author: Serge Huber 
AuthorDate: Wed May 15 19:39:03 2019 +0200

UNOMI-208 Improve documentation
- Fix image reference in archived documentation

Signed-off-by: Serge Huber 
---
 api/src/main/java/org/apache/unomi/api/conditions/Condition.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/api/src/main/java/org/apache/unomi/api/conditions/Condition.java 
b/api/src/main/java/org/apache/unomi/api/conditions/Condition.java
index 6627800..a319ddd 100644
--- a/api/src/main/java/org/apache/unomi/api/conditions/Condition.java
+++ b/api/src/main/java/org/apache/unomi/api/conditions/Condition.java
@@ -90,7 +90,8 @@ public class Condition implements Serializable {
 /**
  * Retrieves a Map of all parameter name - value pairs for this condition.
  *
- * @return a Map of all parameter name - value pairs for this condition
+ * @return a Map of all parameter name - value pairs for this condition. 
These depend on the condition type being used in the condition.
+ *
  */
 public Map getParameterValues() {
 return parameterValues;



[unomi] branch master updated: UNOMI-208 Improve documentation - Fix image reference in archived documentation

2019-05-12 Thread shuber
This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
 new abe5342  UNOMI-208 Improve documentation - Fix image reference in 
archived documentation
abe5342 is described below

commit abe53424da8d3a20cbc103d6ad42aa9ea2be4b62
Author: Serge Huber 
AuthorDate: Sun May 12 11:34:20 2019 +0200

UNOMI-208 Improve documentation
- Fix image reference in archived documentation

Signed-off-by: Serge Huber 
---
 manual/src/archives/1.1/asciidoc/getting-started.adoc| 3 ++-
 manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc | 3 ++-
 manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/manual/src/archives/1.1/asciidoc/getting-started.adoc 
b/manual/src/archives/1.1/asciidoc/getting-started.adoc
index 112d07b..4ad0942 100644
--- a/manual/src/archives/1.1/asciidoc/getting-started.adoc
+++ b/manual/src/archives/1.1/asciidoc/getting-started.adoc
@@ -458,4 +458,5 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
-image:../../images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file
diff --git a/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
index 23de08c..dc37f41 100644
--- a/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
@@ -430,4 +430,5 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
-image:../../images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file
diff --git a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
index a74f81c..0590606 100644
--- a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
@@ -429,4 +429,5 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
-image: images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file