Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
added @deprecated annotation to suppress compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Nov 17, 2021
1 parent ead596c commit e273665
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void afterPropertiesSet() throws Exception
}

@Override
@Deprecated
public String getDefaultTypeSystem()
{
return CODESYSTEM_HIGHMED_ORGANIZATION_TYPE;
Expand Down

0 comments on commit e273665

Please sign in to comment.