~slub.team/goobi-production/1.7

« back to all changes in this revision

Viewing changes to src/org/goobi/production/api/property/xmlbasedprovider/impl/Parser.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:
34
34
import org.jdom.Namespace;
35
35
import org.jdom.input.SAXBuilder;
36
36
 
37
 
import de.sub.goobi.Beans.Property.IGoobiEntity;
 
37
import de.sub.goobi.beans.property.IGoobiEntity;
38
38
import de.sub.goobi.helper.enums.PropertyType;
39
39
 
40
40
/******************************************************************************