Skip to content

Commit 9523edf

Browse files
committed
Fix exception by removing a whitespace
The whitespace at the end of the flux-commands.properties resulted in a "class not found: org.metafacture.biblio.marc21.MarcXmlEncoder" exception when executing "flush.sh". See #300.
1 parent 7e65dc4 commit 9523edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-biblio/src/main/resources/flux-commands.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
decode-marc21 org.metafacture.biblio.marc21.Marc21Decoder
1717
encode-marc21 org.metafacture.biblio.marc21.Marc21Encoder
1818
handle-marcxml org.metafacture.biblio.marc21.MarcXmlHandler
19-
encode-marcxml org.metafacture.biblio.marc21.MarcXmlEncoder
19+
encode-marcxml org.metafacture.biblio.marc21.MarcXmlEncoder
2020

2121
decode-pica org.metafacture.biblio.pica.PicaDecoder
2222
encode-pica org.metafacture.biblio.pica.PicaEncoder

0 commit comments

Comments
 (0)