Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove final from instanceof check in Config (#26)
Eclipse reaaaally hates this `final` here and it looks weird to the rest of us. Since the MDK should work for all IDEs. we should remove that `final`.
- Loading branch information