mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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".