Skip to content

Commit

Permalink
schema name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
myungchoi committed Jan 14, 2025
1 parent 7292f97 commit 62801e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>edu.gatech.chai</groupId>
<artifactId>omoponfhir-omopv5-sql</artifactId>
<packaging>jar</packaging>
<version>1.6.6</version>
<version>1.6.7</version>
<name>omoponfhir-omopv5-sql</name>
<description>OMOP on FHIR SQL for OMOP version 5.4</description>
<url>http://maven.apache.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class LocationServiceImp extends BaseEntityServiceImp<Location> implements LocationService {
private static final Logger logger = LoggerFactory.getLogger(LocationServiceImp.class);

@Value("${schema.registry}")
@Value("${schema.data}")
private String schema;
/**
* Instantiates a new location service imp.
Expand Down

0 comments on commit 62801e4

Please sign in to comment.