()
| 142 | |
| 143 | |
| 144 | @Override |
| 145 | protected void initInternal() throws LifecycleException { |
| 146 | Container container = getContainer(); |
| 147 | if (container == null) { |
| 148 | throw new IllegalStateException(sm.getString("valveBase.noContainer")); |
| 149 | } |
| 150 | super.initInternal(); |
| 151 | containerLog = container.getLogger(); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | /** |
nothing calls this directly
no test coverage detected