Open ozjongwon opened 1 week ago
I found out that the Counter class is a package private class and the Transaction class has some public methods of Counter type arg.
Was this a mistake or intentional?
Counter should not be package private no, that's an error. Which Transaction methods are you referring to?
Counter
Transaction
I found out that the Counter class is a package private class and the Transaction class has some public methods of Counter type arg.
Was this a mistake or intentional?