Skip to content

Commit 9766eb8

Browse files
committed
Non final
1 parent 821d029 commit 9766eb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phase4-lib/src/main/java/com/helger/phase4/servlet/AS4XServletHandler.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,9 @@ protected void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRe
330330
}
331331
}
332332

333-
public final void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRequestScope,
334-
@Nonnull final UnifiedResponse aUnifiedResponse) throws Exception
333+
// Don't make this final, so that subclasses can call the other handleRequest
334+
public void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRequestScope,
335+
@Nonnull final UnifiedResponse aUnifiedResponse) throws Exception
335336
{
336337
// Resolved once per request
337338
final IAS4CryptoFactory aCF = m_aCryptoFactorySupplier.get ();

0 commit comments

Comments
 (0)