Skip to content

Commit

Permalink
Issue #6118 Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed May 28, 2021
1 parent 2c979f6 commit af9e8fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public SessionDataStore getSessionDataStore(SessionHandler handler)
{
config = new XmlClientConfigBuilder(configurationLocation).build();
if (config.getSerializationConfig().getSerializerConfigs().stream().noneMatch(s ->
SessionData.class.getName().equals(s.getTypeClassName()) && s.getImplementation() instanceof SessionDataSerializer))
SessionData.class.getName().equals(s.getTypeClassName()) && s.getImplementation() instanceof SessionDataSerializer))
LOG.warn("Hazelcast xml config is missing org.eclipse.jetty.hazelcast.session.SessionDataSerializer - sessions may not serialize correctly");
}

Expand Down

0 comments on commit af9e8fe

Please sign in to comment.