mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 14:05:02 +00:00
Added missing @Override annotations so that if/when methods in superclasses change there will be a compile-time error if subclasses haven't been changed accordingly. This was done using IntelliJ IDEA's "Missing @Override annotation" inspection.