fixed problem for TDM TEMPLATE Notifications

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@115409 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-06-16 14:58:06 +00:00
parent 330e6c1489
commit c770098865
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ public final class DBCassandraAstyanaxImpl implements DatabookStore {
else if (type.compareTo("TDM_RULE_SHARE") == 0) {
return NotificationType.TDM_RULE_SHARE;
}
else if (type.compareTo("TDM_RULE_SHARE") == 0) {
else if (type.compareTo("TDM_TEMPLATE_SHARE") == 0) {
return NotificationType.TDM_TEMPLATE_SHARE;
}
else if (type.compareTo("GENERIC") == 0) {