You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/09/10 15:34:39 UTC

olingo-odata4 git commit: [OLINGO-659] Fixed wrong deleted 'public'

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 9ffe4c892 -> 524dbebc4


[OLINGO-659] Fixed wrong deleted 'public'


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/524dbebc
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/524dbebc
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/524dbebc

Branch: refs/heads/master
Commit: 524dbebc4adfc213173aad978a541124723af941
Parents: 9ffe4c8
Author: Michael Bolz <mi...@sap.com>
Authored: Thu Sep 10 15:34:13 2015 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Thu Sep 10 15:34:13 2015 +0200

----------------------------------------------------------------------
 .../apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/524dbebc/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java
----------------------------------------------------------------------
diff --git a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java
index 8d6cdae..0bcb1cc 100644
--- a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java
+++ b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/CsdlEdmProvider.java
@@ -26,7 +26,7 @@ import org.apache.olingo.commons.api.edm.FullQualifiedName;
 /**
  * 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