Commit fbbe0dbf authored by Greg Messner's avatar Greg Messner
Browse files

Refactored to move all message model classes to models package.

parent 56afbdf1
Showing with 11 additions and 11 deletions
+11 -11
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import java.util.Date;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import java.util.Date;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import java.util.Date;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import java.util.Date;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
......
package com.messners.gitlab.api;
package com.messners.gitlab.api.models;
import java.util.Date;
......
......@@ -9,8 +9,8 @@ import javax.xml.bind.annotation.XmlRootElement;
import org.codehaus.jackson.annotate.JsonIgnore;
import com.messners.gitlab.api.Commit;
import com.messners.gitlab.api.Repository;
import com.messners.gitlab.api.models.Commit;
import com.messners.gitlab.api.models.Repository;
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment