Skip to content

Commit

Permalink
Make final
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Jan 15, 2025
1 parent 03e632c commit ebebe4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class MongoSessionDataStore extends NoSqlSessionDataStore
*/
private DBObject _version1;

private Pattern _workerNamePattern = Pattern.compile("[0-9a-zA-Z]*");
private final Pattern _workerNamePattern = Pattern.compile("[0-9a-zA-Z]*");

/**
* Access to MongoDB
Expand Down

0 comments on commit ebebe4c

Please sign in to comment.