This commit is contained in:
Joachim 2018-08-27 21:42:06 +02:00
parent e0bd2fb01b
commit 3c715d33c1

View File

@ -7,7 +7,7 @@ import java.util.*
*/ */
class CounterBasic(size: Int) : Counter(size, 18) { class CounterBasic(size: Int) : Counter(size, 18) {
/** /t **
* Increase the counter. * Increase the counter.
* *
* @return true if the increase happened, false if we hit the ceiling. * @return true if the increase happened, false if we hit the ceiling.