Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Aug 22, 2023
1 parent efd6115 commit 023fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/eocqrs/kafka/xml/XmlMapParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
abstract class XmlMapParams implements Scalar<Map<String, Object>> {

/**
* It's a regex that matches all capital letters, except the first one.
* It's a regex that matches all capital letters except the first one.
*/
private static final Pattern CAPITALS = Pattern.compile("(?<!^)([A-Z])");

Expand Down

2 comments on commit 023fbe8

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 023fbe8 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 428-981dbe6f discovered in src/main/java/io/github/eocqrs/kafka/data/WithPartition.java) and submitted as #431. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 023fbe8 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 428-0120af8f discovered in src/main/java/io/github/eocqrs/kafka/data/Timestamped.java) and submitted as #432. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.