solomax commented on a change in pull request #462:
URL: https://github.com/apache/wicket/pull/462#discussion_r575887414



##########
File path: 
wicket-core/src/main/java/org/apache/wicket/core/util/crypt/KeyInSessionSunJceCryptFactory.java
##########
@@ -37,7 +36,7 @@
  *
  * @author igor.vaynberg
  */
-public class KeyInSessionSunJceCryptFactory implements ICryptFactory
+public class KeyInSessionSunJceCryptFactory extends 
AbstractKeyInSessionCryptFactory<CryptData>
 {
        /** metadata-key used to store crypt data in session metadata */
        private static final MetaDataKey<CryptData> KEY = new MetaDataKey<>()

Review comment:
       this `KEY` can be removed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to