Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from fmms/master
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
willuhn committed Oct 9, 2013
2 parents 44189ae + e03a0aa commit 9d06f75
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/org/kapott/hbci/GV_Result/GVRTANMediaList.java
@@ -1,6 +1,5 @@
package org.kapott.hbci.GV_Result;

import java.util.Properties;
import java.util.List;
import java.util.ArrayList;
import java.util.Date;
Expand Down
1 change: 0 additions & 1 deletion src/org/kapott/hbci/passport/AbstractPinTanPassport.java
Expand Up @@ -31,7 +31,6 @@
import java.util.Properties;

import org.kapott.hbci.GV.GVTAN2Step;
import org.kapott.hbci.GV.HBCIJob;
import org.kapott.hbci.GV.HBCIJobImpl;
import org.kapott.hbci.callback.HBCICallback;
import org.kapott.hbci.comm.Comm;
Expand Down
1 change: 0 additions & 1 deletion src/org/kapott/hbci/passport/AbstractRDHSWPassport.java
Expand Up @@ -25,7 +25,6 @@
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.MessageDigest;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.security.Signature;
Expand Down
1 change: 0 additions & 1 deletion src/org/kapott/hbci/resources/.cvsignore

This file was deleted.

2 changes: 0 additions & 2 deletions test/hbci4java/bpd/AllowedGVTest.java
@@ -1,7 +1,5 @@
package hbci4java.bpd;

import static org.junit.Assert.*;

import org.junit.Test;
import hbci4java.AbstractTest;
import org.kapott.hbci.manager.HBCIKernelImpl;
Expand Down
2 changes: 0 additions & 2 deletions test/hbci4java/bpd/TanMediaListTest.java
@@ -1,7 +1,5 @@
package hbci4java.bpd;

import static org.junit.Assert.*;

import org.junit.Test;
import hbci4java.AbstractTest;
import org.kapott.hbci.manager.HBCIKernelImpl;
Expand Down
2 changes: 0 additions & 2 deletions test/hbci4java/sepa/TestGVDauerSEPANew.java
@@ -1,6 +1,5 @@
package hbci4java.sepa;

import static org.junit.Assert.*;
import org.junit.Test;
import hbci4java.AbstractTest;

Expand All @@ -18,7 +17,6 @@
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.kapott.hbci.GV.HBCIJob;
import org.kapott.hbci.GV_Result.HBCIJobResult;
import org.kapott.hbci.callback.HBCICallback;
Expand Down
1 change: 0 additions & 1 deletion test/hbci4java/sepa/TestGVUebSEPA.java
Expand Up @@ -36,7 +36,6 @@
import org.kapott.hbci.passport.HBCIPassport;
import org.kapott.hbci.passport.HBCIPassportPinTan;
import org.kapott.hbci.status.HBCIExecStatus;
import org.kapott.hbci.structures.Konto;
import org.kapott.hbci.structures.Value;

/**
Expand Down
1 change: 0 additions & 1 deletion test/hbci4java/sepa/TestPainGen.java
Expand Up @@ -21,7 +21,6 @@

import javax.xml.XMLConstants;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.Marshaller;
import javax.xml.datatype.DatatypeFactory;
import javax.xml.datatype.XMLGregorianCalendar;
Expand Down
1 change: 0 additions & 1 deletion thirdparty/cryptalgs4java/.cvsignore

This file was deleted.

0 comments on commit 9d06f75

Please sign in to comment.