Renamed package.
This commit is contained in:
parent
abf96a6ce9
commit
90dee57a2e
11 changed files with 13 additions and 13 deletions
|
@ -31,7 +31,7 @@
|
|||
* The fact that you are presently reading this means that you have had
|
||||
* knowledge of the CeCILL license and that you accept its terms.
|
||||
*/
|
||||
package fr.devinsy.gitlabapi;
|
||||
package fr.devinsy.gitlabapic;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi;
|
||||
package fr.devinsy.gitlabapic;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.IOException;
|
||||
|
@ -16,7 +16,7 @@ import org.apache.commons.lang3.StringUtils;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.gitlabapi.Utils;
|
||||
import fr.devinsy.gitlabapic.Utils;
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import java.text.Collator;
|
||||
import java.util.Comparator;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
|
||||
import fr.devinsy.gitlabapi.v3.IssueComparator.Sorting;
|
||||
import fr.devinsy.gitlabapic.v3.IssueComparator.Sorting;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
import java.util.ArrayList;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fr.devinsy.gitlabapi.v3;
|
||||
package fr.devinsy.gitlabapic.v3;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
|
Loading…
Reference in a new issue