DaBInImporter
git-svn-id: https://svn.libreccm.org/ccm/trunk@790 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3a667d8341
commit
8f822d66e3
|
|
@ -3198,8 +3198,10 @@ public class DaBInImporter extends Program {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (publisherData.getName().length() == 0) {
|
if ((publisherData.getName().length() == 0)
|
||||||
System.out.println("Publisher has no name skiping.");
|
|| DaBInImporter.normalizeString(publisherData.getName()).length()
|
||||||
|
== 0) {
|
||||||
|
System.out.println("Publisher has no name. Skiping.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue