mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:36:56 +02:00
The NameHashing classes assumed that extracted API data structure have private members filtered out already. That assumption was wrong and resulted in bug #2324. We fix the bug by simply reusing the same logic as used by SameAPI class. Fixes #2324.