forked from hapifhir/hapi-fhir-jpaserver-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to HAPI 7.5.0-SNAPSHOT * Bump to latest HAPI version + fix config * Bump to latest HAPI version + fix CR config + spotless * Bump parent version to 7.5.4-SNAPSHOT * Update to HAPI Release 7.6.0 --------- Co-authored-by: Brenin Rhodes <[email protected]>
- Loading branch information
Showing
14 changed files
with
110 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
src/main/java/ca/uhn/fhir/jpa/starter/cr/CareGapsProperties.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
package ca.uhn.fhir.jpa.starter.cr; | ||
|
||
public class CareGapsProperties { | ||
private String reporter = "default"; | ||
private String reporter = "default"; | ||
private String section_author = "default"; | ||
|
||
public String getReporter() { | ||
return reporter; | ||
} | ||
public String getReporter() { | ||
return reporter; | ||
} | ||
|
||
public void setReporter(String reporter) { | ||
this.reporter = reporter; | ||
} | ||
public void setReporter(String reporter) { | ||
this.reporter = reporter; | ||
} | ||
|
||
public String getSection_author() { | ||
return section_author; | ||
} | ||
public String getSection_author() { | ||
return section_author; | ||
} | ||
|
||
public void setSection_author(String section_author) { | ||
this.section_author = section_author; | ||
} | ||
public void setSection_author(String section_author) { | ||
this.section_author = section_author; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.