Skip to content
Snippets Groups Projects
Commit a5d1febb authored by Simon Spinner's avatar Simon Spinner
Browse files

Fix compile error due to refactoring in prisma-core.

parent de246168
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ public class ModelExtractionService extends AgentController implements Service<M
// Check for existing runtime environment representing the WildFly
// container
for (Container curContainer : applicationScope.getContainer()) {
for (Container curContainer : applicationScope.getContainers()) {
if (curContainer instanceof RuntimeEnvironment) {
addNewRuntimeEnvironment((RuntimeEnvironment) curContainer);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment