Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into event-sub
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Sep 21, 2023
2 parents 8d075b3 + 906035a commit 195f5bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
package com.wso2.openbanking.accelerator.event.notifications.service.persistence;

import com.wso2.openbanking.accelerator.common.persistence.JDBCPersistenceManager;
import com.wso2.openbanking.accelerator.common.util.Generated;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionDAO;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionDAOImpl;
import com.wso2.openbanking.accelerator.event.notifications.service.dao.EventSubscriptionSqlStatements;
Expand All @@ -32,6 +33,7 @@
/**
* Initializer Class for EventSubscription Service DB.
*/
@Generated(message = "Datastore initializer classes")
public class EventSubscriptionStoreInitializer {

private static Log log = LogFactory.getLog(EventSubscriptionStoreInitializer.class);
Expand Down

0 comments on commit 195f5bc

Please sign in to comment.