summaryrefslogtreecommitdiff
path: root/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2013-11-28 11:03:02 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2013-11-28 11:03:02 +0000
commit6fd32071815631ee9042bc9e107510d8371d932b (patch)
treea4aac3d21983c90e34af72871d1891cec64adc84 /bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java
parent164b81e21151874f3e53b9c44c90c9d1ab521c86 (diff)
downloadmocca-6fd32071815631ee9042bc9e107510d8371d932b.tar.gz
mocca-6fd32071815631ee9042bc9e107510d8371d932b.tar.bz2
mocca-6fd32071815631ee9042bc9e107510d8371d932b.zip
Use newly generated JAXB classes
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1230 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java')
-rw-r--r--bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java
index b766d577..f1ec5937 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java
@@ -27,8 +27,8 @@ package at.gv.egiz.bku.slcommands.impl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsBinaryFileType;
-import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType;
+import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsBinaryFileType;
+import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType;
/**
* An abstract base class for {@link Infobox} implementations of type binary file.