-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Genadi Rabinovich
committed
May 5, 2016
1 parent
0f01428
commit 15c894e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -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; | ||
|