mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
These Boolean-return methods are named "getXXX", but other Boolean-return methods are named "isXXX", such as the following two methods. They will return boolean values, rename them as "isXXX" should be more clear than "getXXX".