Merged changes.

This commit is contained in:
Joachim 2018-08-27 21:42:23 +02:00
parent 3329e127d9
commit dc8c433d0d

View File

@ -7,7 +7,7 @@ import be.nielandt.classOf
*/ */
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.