bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
229 stars 80 forks source link

Reduce visibility of protected static methods in MoveList #96

Closed alessandrodalbello closed 2 years ago

alessandrodalbello commented 2 years ago

These methods are used only within the class and are defined as static. There is no need to keep them as protected, hence their visibility has been reduced to private.