Returns the version string for this application. @return The version string.
()
| 744 | * @return The version string. |
| 745 | */ |
| 746 | @Override |
| 747 | public String getVersionString() { |
| 748 | return VERSION_STRING; |
| 749 | } |
| 750 | |
| 751 | |
| 752 | /** |
no outgoing calls
no test coverage detected