Skip to content

Commit

Permalink
Fixed wrong name for N24 incidence layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Dec 1, 2023
1 parent f9bad4d commit 43a9247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Layout Framework Version History

**Changes in version 5.5**

- Fixed NAACCR 24 Incidence layout having the wrong name.

**Changes in version 5.4**

- Added NAACCR 24 documentation.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/imsweb/layout/LayoutFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public final class LayoutFactory {
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_24_ABSTRACT, "NAACCR XML 24 Abstract");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_24_MODIFIED, "NAACCR XML 24 Modified");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_24_CONFIDENTIAL, "NAACCR XML 24 Confidential");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_24_INCIDENCE, "NAACCR XML 23 Incidence");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_24_INCIDENCE, "NAACCR XML 24 Incidence");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_23, "NAACCR XML 23 Abstract");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_23_ABSTRACT, "NAACCR XML 23 Abstract");
_INTERNAL_LAYOUTS.put(LAYOUT_ID_NAACCR_XML_23_MODIFIED, "NAACCR XML 23 Modified");
Expand Down

0 comments on commit 43a9247

Please sign in to comment.