mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
fix typo in query description
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @previous-id java/do-not-use-finalizers
|
||||
* @name Do not call `finalize()`
|
||||
* @description Calling `finalize()` in application code may cause
|
||||
* inconsistent program state or unpredicatable behavior.
|
||||
* inconsistent program state or unpredictable behavior.
|
||||
* @kind problem
|
||||
* @precision high
|
||||
* @problem.severity error
|
||||
|
||||
Reference in New Issue
Block a user