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
The parameter check did not fail on indix values greater than 2 which
exceeds the space for system chars in Marc 21 records.
Fixes#283
(cherry picked from commit f96ef28)
Calling
RecordBuilder.setSystemChar(3, '1')
should raise anIllegalArgumentException
since ISO2709 supports only three system chars.The text was updated successfully, but these errors were encountered: