Skip to content

Commit e8500a1

Browse files
committed
fixes #130 change the serviceId to final
1 parent 7579a6e commit e8500a1

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)