Do not use, getCount() is the correct method.
()
| 86 | |
| 87 | /** Do not use, getCount() is the correct method. */ |
| 88 | @Deprecated |
| 89 | public int getClickCount() { |
| 90 | //return (int) amount; //clickCount; |
| 91 | return count; |
| 92 | } |
| 93 | |
| 94 | |
| 95 | /** Do not use, getCount() is the correct method. */ |
no outgoing calls
no test coverage detected