We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0208d64 commit 6cd4ebcCopy full SHA for 6cd4ebc
1 file changed
src/main/java/com/teragrep/nlf_01/NLFPlugin.java
@@ -187,7 +187,7 @@ else if (
187
&& jsonObject.get("category").getValueType().equals(JsonValue.ValueType.STRING)
188
) {
189
final String category = jsonObject.getString("category");
190
- if (category.equals("SQLSecurityAuditEvents")) {
+ if ("SQLSecurityAuditEvents".equals(category)) {
191
eventTypes.add(new SQLSecurityAuditEventsType(parsedEvent, realHostname, componentNameForPartitions));
192
}
193
0 commit comments