Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 28, 2023
1 parent 131c99a commit 5c0b5f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ private void store(ResourceBundle resources, BibleBook book, Map fullMap, Map sh

String altBook = getString(resources, osisName + ALT_KEY);
if(altBook != null && altBook.equals("-")) {
altBook = null;
altBook = "";
}

BookName bookName = new BookName(locale, BibleBook.fromOSIS(osisName), fullBook, shortBook, altBook);
Expand Down

0 comments on commit 5c0b5f3

Please sign in to comment.