smack42 / DriftingDroids

DriftingDroids - yet another Ricochet Robots solver program
https://github.com/smack42/DriftingDroids/wiki
GNU General Public License v3.0
41 stars 12 forks source link

javadoc doesn't reflect the parameters #22

Closed rubo77 closed 2 years ago

rubo77 commented 2 years ago

https://github.com/smack42/DriftingDroids/blob/a97d03f743a8026a70c139b0f10d70fa6b84f337/src/driftingdroids/model/KeyTrieSet.java#L63

rubo77 commented 2 years ago

There is only one parameter board, it seems like the doc is an old relict

smack42 commented 2 years ago

Thank you! Yes these things happen when code is changed. When the code is not a public API that many people use, then such Javadoc mistakes remain unnoticed...