Skip to content

Commit de13480

Browse files
authored
Merge pull request #131 from networknt/issue130
fixes #130 change the serviceId to final
2 parents 7579a6e + e8500a1 commit de13480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/networknt/aws/lambda/handler/middleware/audit/AuditMiddleware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class AuditMiddleware implements MiddlewareHandler {
4242
static final String SERVICE_ID_KEY = "serviceId";
4343
static final String INVALID_CONFIG_VALUE_CODE = "ERR10060";
4444

45-
private String serviceId;
45+
private final String serviceId;
4646

4747
private DateTimeFormatter DATE_TIME_FORMATTER;
4848

0 commit comments

Comments
 (0)