mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
rename more acronyms
This commit is contained in:
@@ -97,13 +97,13 @@ class Feature extends TFeature {
|
||||
abstract string getConstantName();
|
||||
}
|
||||
|
||||
private class FeatureNOENT extends Feature, TNOENT {
|
||||
private class FeatureNoent extends Feature, TNOENT {
|
||||
override int getValue() { result = 2 }
|
||||
|
||||
override string getConstantName() { result = "NOENT" }
|
||||
}
|
||||
|
||||
private class FeatureNONET extends Feature, TNONET {
|
||||
private class FeatureNonet extends Feature, TNONET {
|
||||
override int getValue() { result = 2048 }
|
||||
|
||||
override string getConstantName() { result = "NONET" }
|
||||
|
||||
Reference in New Issue
Block a user