Renamed package.

This commit is contained in:
Christian P. MOMON 2016-07-16 11:51:38 +02:00
parent abf96a6ce9
commit 90dee57a2e
11 changed files with 13 additions and 13 deletions

View file

@ -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;
/**
*

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi;
package fr.devinsy.gitlabapic;
import java.io.IOException;
import java.net.MalformedURLException;

View file

@ -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;
/**

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import java.text.Collator;
import java.util.Comparator;

View file

@ -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;
/**
*

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import java.util.ArrayList;
/**

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View file

@ -1,4 +1,4 @@
package fr.devinsy.gitlabapi.v3;
package fr.devinsy.gitlabapic.v3;
import java.util.ArrayList;