File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
bootstrap/src/main/java/org/jboss/forge/bootstrap/listener Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -44,25 +44,31 @@ public void beforeStart(Furnace furnace) throws ContainerException
44
44
}
45
45
46
46
@ Override
47
- public void beforeStop (Furnace forge ) throws ContainerException
47
+ public void afterStart (Furnace furnace ) throws ContainerException
48
48
{
49
49
// Do nothing
50
50
}
51
51
52
52
@ Override
53
- public void afterStop (Furnace forge ) throws ContainerException
53
+ public void beforeStop (Furnace furnace ) throws ContainerException
54
54
{
55
55
// Do nothing
56
56
}
57
57
58
58
@ Override
59
- public void beforeConfigurationScan (Furnace forge ) throws ContainerException
59
+ public void afterStop (Furnace furnace ) throws ContainerException
60
60
{
61
61
// Do nothing
62
62
}
63
63
64
64
@ Override
65
- public void afterConfigurationScan (Furnace forge ) throws ContainerException
65
+ public void beforeConfigurationScan (Furnace furnace ) throws ContainerException
66
+ {
67
+ // Do nothing
68
+ }
69
+
70
+ @ Override
71
+ public void afterConfigurationScan (Furnace furnace ) throws ContainerException
66
72
{
67
73
// Do nothing
68
74
}
You can’t perform that action at this time.
0 commit comments