automerge / automerge-java

25 stars 4 forks source link

Counter class question #18

Open ozjongwon opened 1 week ago

ozjongwon commented 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?

alexjg commented 1 week ago

Counter should not be package private no, that's an error. Which Transaction methods are you referring to?