Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
El Ouakili, Abdelghani (IntlAssoc) committed Oct 26, 2020
1 parent b2a5ce2 commit a4f0932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -999,14 +999,14 @@ void fixConformanceStatements() throws IGUpdateException, CoConstraintGroupNotFo

}

// @PostConstruct
@PostConstruct
void addDynamicMappingInfo() {
codeFixer.fixTableHL70125();
dynamicMappingFixer.processSegments();
}

// @PostConstruct
void fixHl70125() throws FileNotFoundException {
//@PostConstruct
void fixDeprecated() throws FileNotFoundException {
codeFixer.fixFromCSV();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div style="position: relative;">
<img height="45px" src="../../../../../assets/nist_logo.png">
<a class="navbar-brand toolbar-name"> Implementation Guide Authoring and Management Tool
<span class="toolname-abbrv">(IGAMT) v1.4.2-beta</span>
<span class="toolname-abbrv">(IGAMT) v1.5.1-beta</span>

</a>
</div>
Expand Down

0 comments on commit a4f0932

Please sign in to comment.