[OLINGO-659] Fixed wrong deleted 'public'
This commit is contained in:
parent
9ffe4c8928
commit
524dbebc4a
|
@ -26,7 +26,7 @@ import org.apache.olingo.commons.api.edm.FullQualifiedName;
|
||||||
/**
|
/**
|
||||||
* The interface Csdl edm provider.
|
* The interface Csdl edm provider.
|
||||||
*/
|
*/
|
||||||
interface CsdlEdmProvider {
|
public interface CsdlEdmProvider {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method should return an {@link CsdlEnumType} or <b>null</b> if nothing is found
|
* This method should return an {@link CsdlEnumType} or <b>null</b> if nothing is found
|
||||||
|
|
Loading…
Reference in New Issue