Replies: 1 comment
-
Yeah, good suggestion, I prefer storing hardcoded strings as constants but overlooked this one. I'll get this updated in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NebulaLogger/nebula-logger/core/main/log-management/classes/LogEntryEventHandler.cls
Line 361 in 3b04138
Seems like we should use a constant (private static final String) rather than a hard-coded string?
Beta Was this translation helpful? Give feedback.
All reactions