File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/org/culturegraph/mf/biblio
test/java/org/culturegraph/mf/biblio Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .biblio . comarc ;
16
+ package org .culturegraph .mf .biblio ;
17
17
18
18
import java .util .ArrayList ;
19
19
import java .util .List ;
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ handle-generic-xml org.culturegraph.mf.xml.GenericXmlHandler
58
58
handle-marcxml org.culturegraph.mf.biblio.marc21.MarcXmlHandler
59
59
handle-picaxml org.culturegraph.mf.biblio.pica.PicaXmlHandler
60
60
handle-mabxml org.culturegraph.mf.biblio.AlephMabXmlHandler
61
- handle-comarcxml org.culturegraph.mf.biblio.comarc. ComarcXmlHandler
61
+ handle-comarcxml org.culturegraph.mf.biblio.ComarcXmlHandler
62
62
63
63
# Encoders:
64
64
encode-literals org.culturegraph.mf.formatting.StreamLiteralFormatter
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .biblio . comarc ;
16
+ package org .culturegraph .mf .biblio ;
17
17
18
18
import static org .mockito .Mockito .verify ;
19
19
You can’t perform that action at this time.
0 commit comments