Skip to content

Commit

Permalink
Module class: Change 'since' version from '2.8.0' to '2.7.0' (#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikumChamith authored Dec 13, 2024
1 parent 723fb0c commit 5995f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/org/openmrs/module/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -650,14 +650,14 @@ public void setConfig(Document config) {
}

/**
* @since 2.8.0
* @since 2.7.0
*/
public String getConfigVersion() {
return configVersion;
}

/**
* @since 2.8.0
* @since 2.7.0
*/
public void setConfigVersion(String configVersion) {
this.configVersion = configVersion;
Expand Down

0 comments on commit 5995f82

Please sign in to comment.