This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push:
new 62be76f hotfix/cleanup from STREAMS-618 and STREAMS-622
62be76f is described below
commit 62be76f07226eb0524a20bb0c21064fadad9ae1a
Author: Steve Blackmon <[email protected]>
AuthorDate: Wed Oct 24 16:20:31 2018 -0500
hotfix/cleanup from STREAMS-618 and STREAMS-622
hotfix/cleanup from STREAMS-618 and STREAMS-622
---
.../streams-provider-facebook/src/main/templates/facebook.ttl.ftl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/streams-contrib/streams-provider-facebook/src/main/templates/facebook.ttl.ftl
b/streams-contrib/streams-provider-facebook/src/main/templates/facebook.ttl.ftl
index c8d73d8..b5dfa43 100644
---
a/streams-contrib/streams-provider-facebook/src/main/templates/facebook.ttl.ftl
+++
b/streams-contrib/streams-provider-facebook/src/main/templates/facebook.ttl.ftl
@@ -100,7 +100,7 @@
<#assign your_address_books = pp.loadData('json',
'about_you/your_address_books.json')>
<#assign contacts = your_address_books.address_book.address_book>
<#recover>
- <#assign contacts=[]
+ <#assign contacts=[]>
</#attempt>
<#attempt>
@@ -177,7 +177,6 @@
</#if>
<#assign messagesDirs = pp.loadData('eval', '
- debug();
String[] dirs = new java.io.File(engine.getDataRoot(), "messages").list();
return dirs;
')>