Skip to content
Snippets Groups Projects
Commit 642b25e0 authored by Goik Martin's avatar Goik Martin
Browse files

package renaming

parent afb80f93
No related branches found
No related tags found
No related merge requests found
package de.hdm_stuttgart.mi.sda2.jpa.university;
package de.hdm_stuttgart.mi.sda2.jpa.billing;
import java.util.Date;
......@@ -11,7 +11,7 @@ import javax.xml.bind.JAXBException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import de.hdm_stuttgart.mi.sda2.jpa.cd.domain.CreditCard;
import de.hdm_stuttgart.mi.sda2.jpa.billing.domain.CreditCard;
/**
* A simple http://logging.apache.org/log4j/2.x demo, see file log4j2.xml for
......
package de.hdm_stuttgart.mi.sda2.jpa.cd.domain;
package de.hdm_stuttgart.mi.sda2.jpa.billing.domain;
import javax.persistence.Entity;
......
package de.hdm_stuttgart.mi.sda2.jpa.cd.domain;
package de.hdm_stuttgart.mi.sda2.jpa.billing.domain;
import javax.persistence.Column;
import javax.persistence.DiscriminatorColumn;
......
package de.hdm_stuttgart.mi.sda2.jpa.cd.domain;
package de.hdm_stuttgart.mi.sda2.jpa.billing.domain;
import java.util.Date;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment