changed name to the interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129808 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-02 21:57:46 +00:00
parent edcddc6a5b
commit d96572a771
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import eu.trentorise.opendata.jackan.model.CkanOrganization;
* This is the ckan-util-library interface that shows the utility methods.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
*/
public interface CKanUtilsInterface {
public interface CKanUtils {
/**
* Retrieve the API_KEY given the username (only if it is active).

View File

@ -48,7 +48,7 @@ import eu.trentorise.opendata.jackan.model.CkanUser;
* This is the Ckan Utils implementation class.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
*/
public class CKanUtilsImpl implements CKanUtilsInterface{
public class CKanUtilsImpl implements CKanUtils{
private static final Logger logger = LoggerFactory.getLogger(CKanUtilsImpl.class);