1
0
Fork 0
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:
Alena Laskavaia 2011-03-29 18:15:24 +00:00
parent 69100108b5
commit 38cea0f9eb

View file

@ -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.
*