openmrs-core: Delete unnecessary interface methods identifiers

Every interface method in Java is public. So I think we shouldn’t explicitly set them as public, as it is done now in every interface. I’ve already made an appropriate pull request but I need your opinion on this :slight_smile:

3 Likes

Your suggestion is correct and i think we should enforce this going forward. But looking at the huge number of files that would be modified and the consequent problems when back porting, it may be better left as is. :slight_smile: