diff --git a/bindings/java/doxygen/blackboard.dox b/bindings/java/doxygen/blackboard.dox index 6017c187b633b09b9753023e09df3f17b3ffaa29..752fe96054a74df34353d6ebeba7f6e4024cb771 100644 --- a/bindings/java/doxygen/blackboard.dox +++ b/bindings/java/doxygen/blackboard.dox @@ -124,9 +124,9 @@ Suppose we had a module that could record the last few times an app was accessed \verbatim App name: Sample App -Logins: user1, 2020-03-27 12:36:42 EDT - user2, 2020-03-27 12:16:08 EDT - user1, 2020-03-26 20:31:44 EDT +Logins: user1, 2020-03-31 10:06:37 EDT + user2, 2020-03-30 06:19:57 EDT + user1, 2020-03-26 18:59:57 EDT \endverbatim We could make a separate artifact for each of those logins (each with the app name, user name, and timestamp) it might be nicer to have them all under one. This is where the JSON-type attribute comes into play. We can store all the login data in a single blackboard attribute. diff --git a/bindings/java/doxygen/images/json_attribute.png b/bindings/java/doxygen/images/json_attribute.png index cc81d28ea4f2ac338ad00411055349860af37505..3b25f869dd3ac34bf36870126a0f9fc6996047c3 100644 Binary files a/bindings/java/doxygen/images/json_attribute.png and b/bindings/java/doxygen/images/json_attribute.png differ