@return the current revision number, safe to be used for update checks
()
| 324 | * @return the current revision number, safe to be used for update checks |
| 325 | */ |
| 326 | static public int getRevision() { |
| 327 | return REVISION; |
| 328 | } |
| 329 | |
| 330 | |
| 331 | /** |
no outgoing calls
no test coverage detected