Fix naming standards

This commit is contained in:
Chad Bentz
2025-09-15 22:11:33 -04:00
parent a8d4d6b563
commit fc98cd8d08

View File

@@ -301,7 +301,7 @@ private class GrapeHelperMethod extends Method {
/**
* Gets the API class that contains this helper method.
*/
GrapeApiClass getAPIClass() { result = apiClass }
GrapeApiClass getApiClass() { result = apiClass }
}
/**