You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following hints from IDE:
- remove ignored blank lines in javadoc
- remove unused variables
- inline variable
- simplify expressions that are always true
@@ -173,7 +166,6 @@ public void setXmlEncoding(final String xmlEncoding) {
173
166
* If true, the input data is validated to ensure correct MARC21. Also the leader may be generated.
174
167
* It acts as a wrapper: the input is piped to {@link org.metafacture.biblio.marc21.Marc21Encoder}, whose output is piped to {@link org.metafacture.biblio.marc21.Marc21Decoder}, whose output is piped to {@link org.metafacture.biblio.marc21.MarcXmlEncoder}.
175
168
* This validation and treatment of the leader is more safe but comes with a performance impact.
0 commit comments