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:
parent
330e6c1489
commit
c770098865
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue