Skip to content

Commit

Permalink
Missing component annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jun 22, 2015
1 parent 3882f26 commit f0c7679
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -36,6 +36,7 @@
import com.evolveum.prism.xml.ns._public.query_3.QueryType;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

import com.evolveum.midpoint.model.api.ModelExecuteOptions;
import com.evolveum.midpoint.model.api.ModelService;
Expand Down Expand Up @@ -71,6 +72,7 @@
* @author semancik
*
*/
@Component
public class DeleteTaskHandler implements TaskHandler {

public static final String HANDLER_URI = ModelConstants.NS_SYNCHRONIZATION_TASK_PREFIX + "/delete/handler-3";
Expand Down

0 comments on commit f0c7679

Please sign in to comment.