changed package of verb 'author', so it would not collide with object 'author'
this should resolve the last issue causing build failures from STREAMS-285


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/363975fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/363975fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/363975fb

Branch: refs/heads/asf-master
Commit: 363975fb84668073ef7c3d4e41fdde6880e8a82c
Parents: b346191
Author: sblackmon <sblack...@apache.org>
Authored: Sat Feb 21 13:23:48 2015 -0600
Committer: sblackmon <sblack...@apache.org>
Committed: Sat Feb 21 13:23:48 2015 -0600

----------------------------------------------------------------------
 .../main/jsonschema/org/apache/streams/pojo/json/verbs/author.json  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/363975fb/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json
----------------------------------------------------------------------
diff --git 
a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json
 
b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json
index b7aab62..32a8297 100644
--- 
a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json
+++ 
b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json
@@ -7,6 +7,7 @@
     "id": "#",
     "type": "object",
     "title": "Author",
+    "javaType": "org.apache.streams.pojo.json.verb.Author",
     "description": "Indicates that the actor has authored the object. Note 
that this is a more specific form of the verb \"create\".",
     "extends": {
         "$ref": "./create.json"

Reply via email to