Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 26, 2021
1 parent 1cab86b commit a6d583d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions src/main/java/org/citydb/ade/bind/CityDBADEUnmarshaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@

package org.citydb.ade.bind;

import org.citydb.ade.model.CityProperty;
import org.citydb.ade.model.CountryProperty;
import org.citydb.ade.model.HouseNumberProperty;
import org.citydb.ade.model.LastModificationDateProperty;
import org.citydb.ade.model.LineageProperty;
import org.citydb.ade.model.PoBoxProperty;
import org.citydb.ade.model.ReasonForUpdateProperty;
import org.citydb.ade.model.StateProperty;
import org.citydb.ade.model.StreetProperty;
import org.citydb.ade.model.UpdatingPersonProperty;
import org.citydb.ade.model.ZipBoxProperty;
import org.citydb.ade.model.*;
import org.citygml4j.builder.jaxb.unmarshal.citygml.ade.ADEUnmarshallerHelper;
import org.citygml4j.model.citygml.ade.binding.ADEModelObject;
import org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@
package org.citydb.ade.bind.marshal;

import org.citydb.ade._3._1.ObjectFactory;
import org.citydb.ade.model.CityProperty;
import org.citydb.ade.model.CountryProperty;
import org.citydb.ade.model.HouseNumberProperty;
import org.citydb.ade.model.LastModificationDateProperty;
import org.citydb.ade.model.LineageProperty;
import org.citydb.ade.model.PoBoxProperty;
import org.citydb.ade.model.ReasonForUpdateProperty;
import org.citydb.ade.model.StateProperty;
import org.citydb.ade.model.StreetProperty;
import org.citydb.ade.model.UpdatingPersonProperty;
import org.citydb.ade.model.ZipBoxProperty;
import org.citydb.ade.model.*;
import org.citygml4j.builder.jaxb.marshal.citygml.ade.ADEMarshallerHelper;
import org.citygml4j.model.citygml.ade.binding.ADEMarshaller;
import org.citygml4j.model.citygml.ade.binding.ADEModelObject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@
package org.citydb.ade.bind.marshal;

import org.citydb.ade._3._2.ObjectFactory;
import org.citydb.ade.model.CityProperty;
import org.citydb.ade.model.CountryProperty;
import org.citydb.ade.model.HouseNumberProperty;
import org.citydb.ade.model.LastModificationDateProperty;
import org.citydb.ade.model.LineageProperty;
import org.citydb.ade.model.PoBoxProperty;
import org.citydb.ade.model.ReasonForUpdateProperty;
import org.citydb.ade.model.StateProperty;
import org.citydb.ade.model.StreetProperty;
import org.citydb.ade.model.UpdatingPersonProperty;
import org.citydb.ade.model.ZipBoxProperty;
import org.citydb.ade.model.*;
import org.citygml4j.builder.jaxb.marshal.citygml.ade.ADEMarshallerHelper;
import org.citygml4j.model.citygml.ade.binding.ADEMarshaller;
import org.citygml4j.model.citygml.ade.binding.ADEModelObject;
Expand Down

0 comments on commit a6d583d

Please sign in to comment.