~slub.team/goobi-production/1.7

« back to all changes in this revision

Viewing changes to src/de/sub/goobi/Import/ImportRussland.java

  • Committer: Ralf Claussnitzer
  • Date: 2011-12-14 11:51:57 UTC
  • mfrom: (5.2.10 bug-754438)
  • Revision ID: ralf.claussnitzer@slub-dresden.de-20111214115157-x9mcctf8bax4u8sw
lp:754438 fixes misspelled package names

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import ugh.exceptions.TypeNotAllowedAsChildException;
23
23
import ugh.exceptions.TypeNotAllowedForParentException;
24
24
import ugh.exceptions.WriteException;
25
 
import de.sub.goobi.Beans.Prozess;
 
25
import de.sub.goobi.beans.Prozess;
26
26
import de.sub.goobi.helper.exceptions.DAOException;
27
27
import de.sub.goobi.helper.exceptions.SwapException;
28
28
import de.sub.goobi.helper.exceptions.WrongImportFileException;