mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
This is needed to avoid a conflict with Object.wait() when using static imports. C++ doesn't have this issue, and has units, so Wait() still makes sense there.