mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
removed deprecated method
This commit is contained in:
parent
69100108b5
commit
38cea0f9eb
1 changed files with 0 additions and 11 deletions
|
@ -82,17 +82,6 @@ public class CodanRuntime {
|
|||
return builder;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get checkers registry.
|
||||
*
|
||||
* @deprecated (misspelled) use getCheckersRegistry
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
public ICheckersRegistry getChechersRegistry() {
|
||||
return checkers;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get checkers registry.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue