We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf8e0d commit 5192c69Copy full SHA for 5192c69
platform-api/src/main/java/com/flow/platform/api/service/GitServiceImpl.java
@@ -61,9 +61,6 @@ public class GitServiceImpl implements GitService {
61
62
private final Map<GitSource, Class<? extends GitClientBuilder>> clientBuilderType = new HashMap<>(6);
63
64
- @Autowired
65
- private CacheManager cacheManager;
66
-
67
@Autowired
68
private Path workspace;
69
0 commit comments