File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sdm/src/main/java/com/sap/cds/sdm/service/handler Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424import com .sap .cds .sdm .utilities .SDMUtils ;
2525import com .sap .cds .services .EventContext ;
2626import com .sap .cds .services .ServiceException ;
27+ import com .sap .cds .services .cds .ApplicationService ;
2728import com .sap .cds .services .draft .DraftService ;
2829import com .sap .cds .services .handler .EventHandler ;
2930import com .sap .cds .services .handler .annotations .On ;
4041import org .slf4j .Logger ;
4142import org .slf4j .LoggerFactory ;
4243
43- @ ServiceName ({ "*" } )
44+ @ ServiceName (value = "*" , type = ApplicationService . class )
4445public class SDMServiceGenericHandler implements EventHandler {
4546 private final RegisterService attachmentService ;
4647 private final PersistenceService persistenceService ;
You can’t perform that action at this time.
0 commit comments