Commit 3884340ec54e140de09b4fc03cc13fb7d1435ea4
1 parent
072fcb3a
removed unused exception
Showing
3 changed files
with
3 additions
and
12 deletions
pom.xml
src/main/java/mkopec/summ/pscapi/io/PSCException.java deleted
src/main/java/mkopec/summ/pscapi/io/PSC_IO.java
@@ -8,10 +8,10 @@ import javax.xml.bind.JAXBException; | @@ -8,10 +8,10 @@ import javax.xml.bind.JAXBException; | ||
8 | import javax.xml.bind.Marshaller; | 8 | import javax.xml.bind.Marshaller; |
9 | import javax.xml.bind.Unmarshaller; | 9 | import javax.xml.bind.Unmarshaller; |
10 | 10 | ||
11 | -import mkopec.summ.pscapi.xml.Text; | ||
12 | - | ||
13 | import org.apache.log4j.Logger; | 11 | import org.apache.log4j.Logger; |
14 | 12 | ||
13 | +import mkopec.summ.pscapi.xml.Text; | ||
14 | + | ||
15 | public class PSC_IO { | 15 | public class PSC_IO { |
16 | 16 | ||
17 | private final static Logger LOG = Logger.getLogger(PSC_IO.class); | 17 | private final static Logger LOG = Logger.getLogger(PSC_IO.class); |