Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Genadi Rabinovich committed May 5, 2016
1 parent 0f01428 commit 15c894e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import io.cloudslang.runtime.api.python.PythonRuntimeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;

import java.io.Serializable;
import java.util.Map;
Expand All @@ -21,7 +21,7 @@
/**
* Created by Genadi Rabinovich, [email protected] on 05/05/2016.
*/
@Component
@Service
public class PythonRuntimeServiceImpl implements PythonRuntimeService {
@Autowired
private PythonExecutionEngine pythonExecutionEngine;
Expand Down

0 comments on commit 15c894e

Please sign in to comment.