You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/03/09 14:55:27 UTC

[3/3] olingo-odata4 git commit: [OLINGO-575] Remove java warnings part 2

[OLINGO-575] Remove java warnings part 2


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

Branch: refs/heads/master
Commit: 4acc6bfbc6076e5d3676eb35b06efb4f4864e13a
Parents: f463640
Author: Christian Amend <ch...@apache.org>
Authored: Mon Mar 9 14:54:54 2015 +0100
Committer: Christian Amend <ch...@apache.org>
Committed: Mon Mar 9 14:54:54 2015 +0100

----------------------------------------------------------------------
 .../olingo/ext/proxy/api/AbstractSingleton.java       |  1 +
 .../org/apache/olingo/ext/proxy/api/AbstractTerm.java |  1 +
 .../olingo/ext/proxy/api/ComplexCollection.java       |  1 +
 .../org/apache/olingo/ext/proxy/api/ComplexType.java  |  1 +
 .../org/apache/olingo/ext/proxy/api/Operations.java   |  1 +
 .../ext/proxy/api/PrimitiveCollectionInvoker.java     |  1 +
 .../api/StructuredCollectionComposableInvoker.java    |  1 +
 .../ext/proxy/api/StructuredCollectionInvoker.java    |  1 +
 .../ext/proxy/api/StructuredComposableInvoker.java    |  1 +
 .../olingo/ext/proxy/api/StructuredInvoker.java       |  1 +
 .../olingo/ext/proxy/api/annotations/CompoundKey.java |  1 +
 .../apache/olingo/ext/proxy/api/annotations/Key.java  |  1 +
 .../olingo/ext/proxy/api/annotations/RowType.java     |  1 +
 .../java/org/apache/olingo/fit/methods/MERGE.java     |  4 +++-
 .../java/org/apache/olingo/fit/methods/PATCH.java     |  4 +++-
 .../apache/olingo/fit/utils/AbstractUtilities.java    |  4 +++-
 .../olingo/fit/proxy/v4/APIBasicDesignTestITCase.java | 14 ++++++++++----
 .../olingo/fit/proxy/v4/AbstractTestITCase.java       |  1 +
 .../olingo/fit/proxy/v4/DerivedTypeTestITCase.java    |  4 ++--
 .../olingo/fit/proxy/v4/EntityCreateTestITCase.java   |  6 ++++++
 .../olingo/fit/proxy/v4/MediaEntityTestITCase.java    |  1 +
 .../olingo/fit/proxy/v4/OpenTypeTestITCase.java       |  1 +
 .../fit/proxy/v4/demo/odatademo/Advertisements.java   |  2 +-
 .../fit/proxy/v4/demo/odatademo/Categories.java       |  2 +-
 .../fit/proxy/v4/demo/odatademo/PersonDetails.java    |  2 +-
 .../olingo/fit/proxy/v4/demo/odatademo/Persons.java   |  2 +-
 .../fit/proxy/v4/demo/odatademo/ProductDetails.java   |  2 +-
 .../olingo/fit/proxy/v4/demo/odatademo/Products.java  |  2 +-
 .../olingo/fit/proxy/v4/demo/odatademo/Suppliers.java |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Address.java    |  2 +-
 .../v4/demo/odatademo/types/AddressCollection.java    |  2 +-
 .../proxy/v4/demo/odatademo/types/Advertisement.java  |  2 +-
 .../demo/odatademo/types/AdvertisementCollection.java |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Category.java   |  2 +-
 .../v4/demo/odatademo/types/CategoryCollection.java   |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Customer.java   |  2 +-
 .../v4/demo/odatademo/types/CustomerCollection.java   |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Employee.java   |  2 +-
 .../v4/demo/odatademo/types/EmployeeCollection.java   |  2 +-
 .../v4/demo/odatademo/types/FeaturedProduct.java      |  2 +-
 .../odatademo/types/FeaturedProductCollection.java    |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Person.java     |  2 +-
 .../v4/demo/odatademo/types/PersonCollection.java     |  2 +-
 .../proxy/v4/demo/odatademo/types/PersonDetail.java   |  2 +-
 .../demo/odatademo/types/PersonDetailCollection.java  |  2 +-
 .../v4/demo/odatademo/types/ProductCollection.java    |  2 +-
 .../proxy/v4/demo/odatademo/types/ProductDetail.java  |  2 +-
 .../demo/odatademo/types/ProductDetailCollection.java |  2 +-
 .../fit/proxy/v4/demo/odatademo/types/Supplier.java   |  2 +-
 .../v4/demo/odatademo/types/SupplierCollection.java   |  2 +-
 .../services/opentypesservicev4/DefaultContainer.java |  2 +-
 .../test/odata/services/opentypesservicev4/Row.java   |  2 +-
 .../odata/services/opentypesservicev4/RowIndex.java   |  2 +-
 .../opentypesservicev4/types/AccountInfo.java         |  2 +-
 .../types/AccountInfoCollection.java                  |  2 +-
 .../opentypesservicev4/types/ContactDetails.java      |  2 +-
 .../types/ContactDetailsCollection.java               |  2 +-
 .../services/opentypesservicev4/types/IndexedRow.java |  2 +-
 .../types/IndexedRowCollection.java                   |  2 +-
 .../odata/services/opentypesservicev4/types/Row.java  |  2 +-
 .../opentypesservicev4/types/RowCollection.java       |  2 +-
 .../services/opentypesservicev4/types/RowIndex.java   |  2 +-
 .../opentypesservicev4/types/RowIndexCollection.java  |  2 +-
 .../test/odata/services/odatawcfservice/Accounts.java |  2 +-
 .../odata/services/odatawcfservice/Customers.java     |  2 +-
 .../odata/services/odatawcfservice/Departments.java   |  2 +-
 .../odata/services/odatawcfservice/Employees.java     |  2 +-
 .../odata/services/odatawcfservice/OrderDetails.java  |  2 +-
 .../test/odata/services/odatawcfservice/Orders.java   |  2 +-
 .../test/odata/services/odatawcfservice/People.java   |  2 +-
 .../services/odatawcfservice/ProductDetails.java      |  2 +-
 .../services/odatawcfservice/ProductReviews.java      |  2 +-
 .../test/odata/services/odatawcfservice/Products.java |  2 +-
 .../odata/services/odatawcfservice/StoredPIs.java     |  2 +-
 .../odatawcfservice/SubscriptionTemplates.java        |  2 +-
 .../odata/services/odatawcfservice/types/Account.java |  2 ++
 .../odatawcfservice/types/AccountCollection.java      |  2 +-
 .../types/AccountComposableInvoker.java               |  2 ++
 .../services/odatawcfservice/types/AccountInfo.java   |  2 +-
 .../odatawcfservice/types/AccountInfoCollection.java  |  2 +-
 .../odata/services/odatawcfservice/types/Address.java |  2 +-
 .../odatawcfservice/types/AddressCollection.java      |  2 +-
 .../odata/services/odatawcfservice/types/Asset.java   |  2 +-
 .../odatawcfservice/types/AssetCollection.java        |  2 +-
 .../odata/services/odatawcfservice/types/Club.java    |  2 +-
 .../odatawcfservice/types/ClubCollection.java         |  2 +-
 .../odatawcfservice/types/CompanyAddress.java         |  2 +-
 .../types/CompanyAddressCollection.java               |  2 +-
 .../odatawcfservice/types/CompanyCollection.java      |  2 +-
 .../services/odatawcfservice/types/CreditCardPI.java  |  3 ++-
 .../odatawcfservice/types/CreditCardPICollection.java |  2 +-
 .../types/CreditCardPIComposableInvoker.java          |  1 +
 .../services/odatawcfservice/types/CreditRecord.java  |  2 +-
 .../odatawcfservice/types/CreditRecordCollection.java |  2 +-
 .../services/odatawcfservice/types/Customer.java      |  2 +-
 .../odatawcfservice/types/CustomerCollection.java     |  2 +-
 .../services/odatawcfservice/types/Department.java    |  2 +-
 .../odatawcfservice/types/DepartmentCollection.java   |  2 +-
 .../services/odatawcfservice/types/Employee.java      |  2 +-
 .../odatawcfservice/types/EmployeeCollection.java     |  2 +-
 .../odatawcfservice/types/GiftCardCollection.java     |  2 +-
 .../services/odatawcfservice/types/HomeAddress.java   |  2 +-
 .../odatawcfservice/types/HomeAddressCollection.java  |  2 +-
 .../odata/services/odatawcfservice/types/IsBoss.java  |  1 +
 .../services/odatawcfservice/types/LabourUnion.java   |  2 +-
 .../odatawcfservice/types/LabourUnionCollection.java  |  2 +-
 .../odata/services/odatawcfservice/types/Order.java   |  2 +-
 .../odatawcfservice/types/OrderCollection.java        |  2 +-
 .../services/odatawcfservice/types/OrderDetail.java   |  2 +-
 .../odatawcfservice/types/OrderDetailCollection.java  |  2 +-
 .../odatawcfservice/types/PaymentInstrument.java      |  3 ++-
 .../types/PaymentInstrumentCollection.java            |  2 +-
 .../types/PaymentInstrumentComposableInvoker.java     |  1 +
 .../odatawcfservice/types/PersonCollection.java       |  2 +-
 .../types/ProductDetailCollection.java                |  2 +-
 .../services/odatawcfservice/types/ProductReview.java |  2 +-
 .../types/ProductReviewCollection.java                |  2 +-
 .../services/odatawcfservice/types/PublicCompany.java |  3 ++-
 .../types/PublicCompanyCollection.java                |  2 +-
 .../types/PublicCompanyComposableInvoker.java         |  1 +
 .../services/odatawcfservice/types/Statement.java     |  2 +-
 .../odatawcfservice/types/StatementCollection.java    |  2 +-
 .../services/odatawcfservice/types/StoredPI.java      |  2 +-
 .../odatawcfservice/types/StoredPICollection.java     |  2 +-
 .../services/odatawcfservice/types/Subscription.java  |  2 +-
 .../odatawcfservice/types/SubscriptionCollection.java |  2 +-
 .../olingo/fit/tecsvc/client/DeepInsertITCase.java    |  4 +++-
 .../fit/tecsvc/client/FilterSystemQueryITCase.java    |  4 +++-
 .../fit/tecsvc/client/OrderBySystemQueryITCase.java   |  4 +++-
 .../communication/request/cud/ODataDeleteRequest.java |  1 +
 .../request/cud/ODataEntityCreateRequest.java         |  1 +
 .../request/cud/ODataEntityUpdateRequest.java         |  1 +
 .../request/cud/ODataPropertyUpdateRequest.java       |  1 +
 .../request/cud/ODataReferenceAddingRequest.java      |  1 +
 .../request/cud/ODataValueUpdateRequest.java          |  1 +
 .../communication/request/invoke/ODataNoContent.java  |  1 +
 .../request/retrieve/ODataDeltaRequest.java           |  1 +
 .../request/retrieve/ODataEntityRequest.java          |  1 +
 .../retrieve/ODataEntitySetIteratorRequest.java       |  1 +
 .../request/retrieve/ODataEntitySetRequest.java       |  1 +
 .../request/retrieve/ODataMediaRequest.java           |  1 +
 .../request/retrieve/ODataPropertyRequest.java        |  1 +
 .../request/retrieve/ODataRetrieveRequest.java        |  1 +
 .../request/retrieve/ODataServiceDocumentRequest.java |  1 +
 .../request/retrieve/ODataValueRequest.java           |  1 +
 .../request/retrieve/XMLMetadataRequest.java          |  1 +
 .../streamed/MediaEntityCreateStreamManager.java      |  1 +
 .../streamed/MediaEntityUpdateStreamManager.java      |  1 +
 .../streamed/ODataMediaEntityCreateRequest.java       |  1 +
 .../streamed/ODataMediaEntityUpdateRequest.java       |  1 +
 .../request/streamed/ODataStreamUpdateRequest.java    |  1 +
 .../request/streamed/StreamUpdateStreamManager.java   |  1 +
 .../api/communication/response/AsyncResponse.java     |  1 +
 .../communication/response/ODataDeleteResponse.java   |  1 +
 .../response/ODataLinkOperationResponse.java          |  1 +
 .../response/ODataReferenceAddingResponse.java        |  1 +
 .../apache/olingo/client/api/edm/xml/ComplexType.java |  2 +-
 .../apache/olingo/client/api/edm/xml/Singleton.java   |  2 +-
 .../olingo/client/api/edm/xml/annotation/Null.java    |  2 +-
 .../request/batch/ODataBatchRequestImpl.java          |  1 +
 .../DynamicAnnotationExpressionDeserializer.java      |  4 ++++
 .../client/core/serialization/ODataWriterImpl.java    |  3 ++-
 .../olingo/commons/api/domain/ODataInvokeResult.java  |  4 +++-
 .../olingo/commons/api/domain/ODataSingleton.java     |  4 +++-
 .../org/apache/olingo/commons/api/edm/EdmAction.java  |  2 +-
 .../org/apache/olingo/commons/api/edm/EdmElement.java |  2 +-
 .../apache/olingo/commons/api/edm/EdmSingleton.java   |  2 +-
 .../olingo/commons/api/edm/annotation/EdmAnd.java     |  2 +-
 .../olingo/commons/api/edm/annotation/EdmEq.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmGe.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmGt.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmLe.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmLt.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmNe.java      |  2 +-
 .../olingo/commons/api/edm/annotation/EdmNull.java    |  2 +-
 .../olingo/commons/api/edm/annotation/EdmOr.java      |  2 +-
 .../apache/olingo/commons/api/format/ContentType.java |  2 +-
 .../olingo/commons/core/edm/EdmAnnotationHelper.java  |  4 +++-
 .../commons/core/edm/annotation/EdmNullImpl.java      |  2 +-
 .../olingo/server/api/edm/provider/Expression.java    |  3 +--
 .../org/apache/olingo/server/api/uri/UriInfoAll.java  |  2 +-
 .../apache/olingo/server/api/uri/UriInfoBatch.java    |  2 +-
 .../apache/olingo/server/api/uri/UriInfoService.java  |  2 +-
 .../olingo/server/api/uri/UriResourceCount.java       |  2 +-
 .../server/api/uri/UriResourcePrimitiveProperty.java  |  2 +-
 .../apache/olingo/server/api/uri/UriResourceRef.java  |  2 +-
 .../apache/olingo/server/api/uri/UriResourceRoot.java |  2 +-
 .../olingo/server/api/uri/UriResourceValue.java       |  2 +-
 .../server/api/uri/queryoption/CustomQueryOption.java |  2 +-
 .../api/uri/queryoption/expression/Expression.java    |  2 +-
 .../api/uri/queryoption/search/SearchExpression.java  |  2 +-
 .../apache/olingo/server/core/ContentNegotiator.java  |  4 +++-
 .../olingo/server/core/DefaultRedirectProcessor.java  |  4 +++-
 .../core/uri/queryoption/CustomQueryOptionImpl.java   |  2 +-
 .../uri/queryoption/expression/ExpressionImpl.java    |  2 +-
 .../olingo/server/core/ContentNegotiatorTest.java     |  4 +++-
 .../olingo/server/core/ODataHttpHandlerImplTest.java  |  4 +++-
 .../server/core/uri/testutil/TestErrorLogger.java     |  6 +++---
 .../server/core/uri/testutil/TestValidator.java       |  2 +-
 199 files changed, 251 insertions(+), 154 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractSingleton.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractSingleton.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractSingleton.java
index 5351a60..7df547a 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractSingleton.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractSingleton.java
@@ -23,4 +23,5 @@ import java.io.Serializable;
 public interface AbstractSingleton<
         T extends EntityType<?>, KEY extends Serializable, EC extends EntityCollection<T, ?, ?>>
         extends Serializable {
+  //No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractTerm.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractTerm.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractTerm.java
index 065727c..d1866c5 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractTerm.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/AbstractTerm.java
@@ -21,4 +21,5 @@ package org.apache.olingo.ext.proxy.api;
 import java.io.Serializable;
 
 public interface AbstractTerm extends Serializable {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexCollection.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexCollection.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexCollection.java
index 38a6ef1..e318491 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexCollection.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexCollection.java
@@ -23,4 +23,5 @@ import java.util.Collection;
 public interface ComplexCollection<
         T extends StructuredType<?>, EC extends Collection<T>, CT extends StructuredCollection<T, EC, ?>>
         extends StructuredCollection<T, EC, CT> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexType.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexType.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexType.java
index 50ef723..ff38aa3 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexType.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/ComplexType.java
@@ -19,4 +19,5 @@
 package org.apache.olingo.ext.proxy.api;
 
 public interface ComplexType<T extends StructuredType<?>> extends StructuredType<T> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/Operations.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/Operations.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/Operations.java
index 8074dd5..0f5b342 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/Operations.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/Operations.java
@@ -19,4 +19,5 @@
 package org.apache.olingo.ext.proxy.api;
 
 public interface Operations {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/PrimitiveCollectionInvoker.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/PrimitiveCollectionInvoker.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/PrimitiveCollectionInvoker.java
index 7c5683f..0f7f942 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/PrimitiveCollectionInvoker.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/PrimitiveCollectionInvoker.java
@@ -20,4 +20,5 @@ package org.apache.olingo.ext.proxy.api;
 
 public interface PrimitiveCollectionInvoker<T extends CollectionQuery<?>>
         extends CollectionQuery<PrimitiveCollectionInvoker<T>>, Invoker<T> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionComposableInvoker.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionComposableInvoker.java
index 990b6ef..89ffd0b 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionComposableInvoker.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionComposableInvoker.java
@@ -20,4 +20,5 @@ package org.apache.olingo.ext.proxy.api;
 
 public interface StructuredCollectionComposableInvoker<CT extends StructuredCollection<?, ?, ?>, O extends Operations>
         extends StructuredCollectionInvoker<CT>, ComposableInvoker<CT, O> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionInvoker.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionInvoker.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionInvoker.java
index b5f8abe..7746a3c 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionInvoker.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredCollectionInvoker.java
@@ -20,4 +20,5 @@ package org.apache.olingo.ext.proxy.api;
 
 public interface StructuredCollectionInvoker<CT extends StructuredCollection<?, ?, ?>>
         extends StructuredCollectionQuery<StructuredCollectionInvoker<CT>>, Invoker<CT> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredComposableInvoker.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredComposableInvoker.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredComposableInvoker.java
index 414ef95..3c7a3a2 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredComposableInvoker.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredComposableInvoker.java
@@ -20,4 +20,5 @@ package org.apache.olingo.ext.proxy.api;
 
 public interface StructuredComposableInvoker<T extends StructuredType<?>, O extends Operations>
         extends StructuredInvoker<T>, ComposableInvoker<T, O> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredInvoker.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredInvoker.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredInvoker.java
index 4b9f3c8..30a7d88 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredInvoker.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/StructuredInvoker.java
@@ -20,4 +20,5 @@ package org.apache.olingo.ext.proxy.api;
 
 public interface StructuredInvoker<T extends StructuredType<?>>
         extends StructuredQuery<StructuredInvoker<T>>, Invoker<T> {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/CompoundKey.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/CompoundKey.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/CompoundKey.java
index 217cc96..5f6f5fd 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/CompoundKey.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/CompoundKey.java
@@ -29,4 +29,5 @@ import java.lang.annotation.Target;
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)
 public @interface CompoundKey {
+//No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Key.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Key.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Key.java
index 7e10e87..37aacfa 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Key.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/Key.java
@@ -31,4 +31,5 @@ import java.lang.annotation.Target;
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.METHOD)
 public @interface Key {
+  //No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/RowType.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/RowType.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/RowType.java
index 50334d1..ec7abbd 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/RowType.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/api/annotations/RowType.java
@@ -29,4 +29,5 @@ import java.lang.annotation.Target;
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)
 public @interface RowType {
+  //No additional methods needed for now.
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/main/java/org/apache/olingo/fit/methods/MERGE.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/methods/MERGE.java b/fit/src/main/java/org/apache/olingo/fit/methods/MERGE.java
index bcbc09b..95fd87f 100644
--- a/fit/src/main/java/org/apache/olingo/fit/methods/MERGE.java
+++ b/fit/src/main/java/org/apache/olingo/fit/methods/MERGE.java
@@ -27,4 +27,6 @@ import java.lang.annotation.Target;
 @Target({ ElementType.METHOD })
 @Retention(RetentionPolicy.RUNTIME)
 @HttpMethod("MERGE")
-public @interface MERGE {}
+public @interface MERGE {
+  //No additional methods needed for now.
+}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/main/java/org/apache/olingo/fit/methods/PATCH.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/methods/PATCH.java b/fit/src/main/java/org/apache/olingo/fit/methods/PATCH.java
index d859610..9977e9a 100644
--- a/fit/src/main/java/org/apache/olingo/fit/methods/PATCH.java
+++ b/fit/src/main/java/org/apache/olingo/fit/methods/PATCH.java
@@ -27,4 +27,6 @@ import java.lang.annotation.Target;
 @Target({ ElementType.METHOD })
 @Retention(RetentionPolicy.RUNTIME)
 @HttpMethod("PATCH")
-public @interface PATCH {}
+public @interface PATCH {
+//No additional methods needed for now.
+}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java b/fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java
index 39818c2..ec86ac4 100644
--- a/fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java
+++ b/fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java
@@ -354,7 +354,9 @@ public abstract class AbstractUtilities {
       try {
         final Map.Entry<String, List<String>> currents = extractLinkURIs(entitySetName, entityKey, linkName);
         uris.addAll(currents.getValue());
-      } catch (Exception ignore) {}
+      } catch (Exception ignore) {
+        //Expected exception
+      }
     }
 
     uris.addAll(links);

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
index 23c6830..3c5cc3c 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/APIBasicDesignTestITCase.java
@@ -295,7 +295,9 @@ public class APIBasicDesignTestITCase extends AbstractTestITCase {
     try {
       getContainer().getOrders().getByKey(1105).load();
       fail();
-    } catch (IllegalArgumentException e) {}
+    } catch (IllegalArgumentException e) {
+      // Test
+    }
     service.getContext().detachAll(); // avoid influences
   }
 
@@ -416,7 +418,7 @@ public class APIBasicDesignTestITCase extends AbstractTestITCase {
         container.getProducts().getByKey(1012).operations().getProductDetails(1);
     assertEquals(1, result.execute().size());
   }
-  
+
   @Test
   public void workingWithPrimitiveCollections() throws IOException {
     final PrimitiveCollection<String> emails = container.getPeople().getByKey(1).getEmails();
@@ -572,7 +574,9 @@ public class APIBasicDesignTestITCase extends AbstractTestITCase {
     try {
       getContainer().getOrders().getByKey(1105).load();
       fail();
-    } catch (IllegalArgumentException e) {}
+    } catch (IllegalArgumentException e) {
+      // Expected Exception
+    }
     service.getContext().detachAll(); // avoid influences
 
     order = getContainer().newEntityInstance(Order.class);
@@ -585,7 +589,9 @@ public class APIBasicDesignTestITCase extends AbstractTestITCase {
     try {
       getContainer().getOrders().getByKey(1105).load();
       fail();
-    } catch (IllegalArgumentException e) {}
+    } catch (IllegalArgumentException e) {
+      // Expected Exception
+    }
     service.getContext().detachAll(); // avoid influences
   }
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/AbstractTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/AbstractTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/AbstractTestITCase.java
index e907a67..8984bd9 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/AbstractTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/AbstractTestITCase.java
@@ -138,6 +138,7 @@ public abstract class AbstractTestITCase extends AbstractBaseTestITCase {
       container.getOrders().getByKey(105).load();
       fail();
     } catch (IllegalArgumentException e) {
+      //Expected Exception
     }
   }
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/DerivedTypeTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/DerivedTypeTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/DerivedTypeTestITCase.java
index 8779e11..2f464ae 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/DerivedTypeTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/DerivedTypeTestITCase.java
@@ -43,14 +43,14 @@ public class DerivedTypeTestITCase extends AbstractTestITCase {
     final CustomerCollection customers = container.getPeople().execute(CustomerCollection.class);
     assertNotNull(customers);
 
-    for (Customer customer : customers) {
+    for (Object customer : customers) {
       assertTrue(customer instanceof Customer);
     }
 
     final CreditCardPICollection creditCards = container.getAccounts().getByKey(101).
             getMyPaymentInstruments().execute(CreditCardPICollection.class);
     assertNotNull(creditCards);
-    for (CreditCardPI creditCard : creditCards) {
+    for (Object creditCard : creditCards) {
       assertTrue(creditCard instanceof CreditCardPI);
     }
   }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/EntityCreateTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/EntityCreateTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/EntityCreateTestITCase.java
index 63c88e5..6452339 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/EntityCreateTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/EntityCreateTestITCase.java
@@ -121,6 +121,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getPeople().getByKey(id, Employee.class).load();
       fail();
     } catch (IllegalArgumentException e) {
+    //Expected
     }
 
     getService().getContext().detachAll();
@@ -128,6 +129,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getPeople().getByKey(id, Employee.class).load();
       fail();
     } catch (IllegalArgumentException e) {
+    //Expected
     }
   }
 
@@ -176,6 +178,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getCustomers().getByKey(id).load();
       fail();
     } catch (IllegalArgumentException e) {
+    //Expected
     }
   }
 
@@ -260,6 +263,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getOrders().getByKey(id).load();
       fail();
     } catch (IllegalArgumentException e) {
+    //Expected
     }
 
     actual = readCustomer(getContainer(), id);
@@ -272,6 +276,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getCustomers().getByKey(id).load();
       fail();
     } catch (IllegalArgumentException e) {
+    //Expected
     }
   }
 
@@ -304,6 +309,7 @@ public class EntityCreateTestITCase extends AbstractTestITCase {
       getContainer().getOrderDetails().getByKey(key).load();
       fail();
     } catch (IllegalArgumentException e) {
+      //Expected
     }
   }
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/MediaEntityTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/MediaEntityTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/MediaEntityTestITCase.java
index 26d1257..51a95ae 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/MediaEntityTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/MediaEntityTestITCase.java
@@ -114,6 +114,7 @@ public class MediaEntityTestITCase extends AbstractTestITCase {
       getContainer().getAdvertisements().getByKey(uuid).load();
       fail();
     } catch (IllegalArgumentException e) {
+      //expected
     }
     getService().getContext().detachAll();
   }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/OpenTypeTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/OpenTypeTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/OpenTypeTestITCase.java
index 192a2aa..d4dc0bb 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/OpenTypeTestITCase.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/OpenTypeTestITCase.java
@@ -150,6 +150,7 @@ public class OpenTypeTestITCase extends AbstractTestITCase {
       otcontainer.getRowIndex().getByKey(id).load();
       fail();
     } catch (IllegalArgumentException e) {
+      //Expected
     }
   }
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Advertisements.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Advertisements.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Advertisements.java
index 94d3258..1a91cb2 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Advertisements.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Advertisements.java
@@ -34,5 +34,5 @@ public interface Advertisements
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Categories.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Categories.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Categories.java
index e82892f..b15430e 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Categories.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Categories.java
@@ -34,5 +34,5 @@ public interface Categories
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/PersonDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/PersonDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/PersonDetails.java
index d644870..f6929a8 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/PersonDetails.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/PersonDetails.java
@@ -34,5 +34,5 @@ public interface PersonDetails
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Persons.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Persons.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Persons.java
index 865ef6c..a33acb6 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Persons.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Persons.java
@@ -34,5 +34,5 @@ public interface Persons
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/ProductDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/ProductDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/ProductDetails.java
index 7d86520..931db8a 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/ProductDetails.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/ProductDetails.java
@@ -34,5 +34,5 @@ public interface ProductDetails
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Products.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Products.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Products.java
index 996b5ca..b7c293f 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Products.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Products.java
@@ -34,5 +34,5 @@ public interface Products
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Suppliers.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Suppliers.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Suppliers.java
index 679fdd3..eeb9b8b 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Suppliers.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/Suppliers.java
@@ -34,5 +34,5 @@ public interface Suppliers
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Address.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Address.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Address.java
index 6e4864f..f05b99c 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Address.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Address.java
@@ -151,6 +151,6 @@ public interface Address
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AddressCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AddressCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AddressCollection.java
index f9c5b3b..86e20d7 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AddressCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AddressCollection.java
@@ -31,7 +31,7 @@ public interface AddressCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java
index 30a21b0..a70a8a6 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Advertisement.java
@@ -125,7 +125,7 @@ public interface Advertisement
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementCollection.java
index 4009172..3376e9c 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/AdvertisementCollection.java
@@ -31,7 +31,7 @@ public interface AdvertisementCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java
index bb66c95..67e341c 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Category.java
@@ -100,7 +100,7 @@ public interface Category
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryCollection.java
index 0697261..6185e73 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CategoryCollection.java
@@ -31,7 +31,7 @@ public interface CategoryCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java
index a93e04a..c0483d8 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Customer.java
@@ -141,7 +141,7 @@ public interface Customer
         Operations operations();
 
     interface Operations extends org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Person.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerCollection.java
index a5bd3fd..416b93b 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/CustomerCollection.java
@@ -31,7 +31,7 @@ public interface CustomerCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java
index 1bf9ca0..8200e8b 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Employee.java
@@ -185,7 +185,7 @@ public interface Employee
         Operations operations();
 
     interface Operations extends org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Person.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeCollection.java
index 9f3e482..f834197 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/EmployeeCollection.java
@@ -31,7 +31,7 @@ public interface EmployeeCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java
index c8e8c9a..c99d0cf 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProduct.java
@@ -261,7 +261,7 @@ public interface FeaturedProduct
         Operations operations();
 
     interface Operations extends org.apache.olingo.fit.proxy.v4.demo.odatademo.types.Product.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductCollection.java
index 89f6d0a..7778434 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/FeaturedProductCollection.java
@@ -31,7 +31,7 @@ public interface FeaturedProductCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java
index 98da0e1..759cea5 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Person.java
@@ -99,7 +99,7 @@ public interface Person
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonCollection.java
index ba0c00e..7d4e6c0 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonCollection.java
@@ -31,7 +31,7 @@ public interface PersonCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java
index f04345f..89b9c5d 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetail.java
@@ -191,7 +191,7 @@ public interface PersonDetail
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailCollection.java
index 764483c..125176e 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/PersonDetailCollection.java
@@ -31,7 +31,7 @@ public interface PersonDetailCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductCollection.java
index 6c47d7d..ce81134 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductCollection.java
@@ -31,7 +31,7 @@ public interface ProductCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java
index 312d183..f20fadc 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetail.java
@@ -99,7 +99,7 @@ public interface ProductDetail
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailCollection.java
index dc62d56..eb2c7a3 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/ProductDetailCollection.java
@@ -31,7 +31,7 @@ public interface ProductDetailCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java
index cb8b088..3cce050 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/Supplier.java
@@ -168,7 +168,7 @@ public interface Supplier
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierCollection.java
index f71a0ce..3fe0beb 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/demo/odatademo/types/SupplierCollection.java
@@ -31,7 +31,7 @@ public interface SupplierCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/DefaultContainer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/DefaultContainer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/DefaultContainer.java
index 99a504a..5df94ce 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/DefaultContainer.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/DefaultContainer.java
@@ -46,7 +46,7 @@ public interface DefaultContainer extends PersistenceManager {
   Operations operations();
 
   public interface Operations extends org.apache.olingo.ext.proxy.api.Operations {
-  
+  //No additional methods needed for now.
     }
 
   <NE extends EntityType<?>> NE newEntityInstance(Class<NE> ref);

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/Row.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/Row.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/Row.java
index a62aa97..4b1df63 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/Row.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/Row.java
@@ -34,5 +34,5 @@ public interface Row
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/RowIndex.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/RowIndex.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/RowIndex.java
index 64c71c6..ccae126 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/RowIndex.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/RowIndex.java
@@ -34,5 +34,5 @@ public interface RowIndex
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfo.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfo.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfo.java
index 96809f2..48d964d 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfo.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfo.java
@@ -89,6 +89,6 @@ public interface AccountInfo
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfoCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfoCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfoCollection.java
index 4930475..9ee239a 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfoCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/AccountInfoCollection.java
@@ -31,7 +31,7 @@ public interface AccountInfoCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetails.java
index 819cae7..cceebd1 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetails.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetails.java
@@ -298,6 +298,6 @@ public interface ContactDetails
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetailsCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetailsCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetailsCollection.java
index 0a9c867..fa777c7 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetailsCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/ContactDetailsCollection.java
@@ -31,7 +31,7 @@ public interface ContactDetailsCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java
index 74a9ca4..36275a4 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRow.java
@@ -84,7 +84,7 @@ public interface IndexedRow
         Operations operations();
 
     interface Operations extends org.apache.olingo.fit.proxy.v4.opentype.microsoft.test.odata.services.opentypesservicev4.types.Row.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowCollection.java
index 025f8a1..65f1345 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/IndexedRowCollection.java
@@ -31,7 +31,7 @@ public interface IndexedRowCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java
index 76b9d90..fb44840 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/Row.java
@@ -67,7 +67,7 @@ public interface Row
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowCollection.java
index 3a48c5c..c39cf7e 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowCollection.java
@@ -31,7 +31,7 @@ public interface RowCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java
index 7f071bf..74b94b6 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndex.java
@@ -77,7 +77,7 @@ public interface RowIndex
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
     Annotations annotations();
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexCollection.java
index f9b7023..62feb77 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexCollection.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/opentype/microsoft/test/odata/services/opentypesservicev4/types/RowIndexCollection.java
@@ -31,7 +31,7 @@ public interface RowIndexCollection extends
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }
   Object getAnnotation(Class<? extends AbstractTerm> term);
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Accounts.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Accounts.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Accounts.java
index 7bfd973..d85a638 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Accounts.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Accounts.java
@@ -34,5 +34,5 @@ public interface Accounts
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Customers.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Customers.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Customers.java
index 140ecbd..3b267dd 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Customers.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Customers.java
@@ -34,5 +34,5 @@ public interface Customers
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Departments.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Departments.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Departments.java
index 1a94332..2d0064f 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Departments.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Departments.java
@@ -34,5 +34,5 @@ public interface Departments
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Employees.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Employees.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Employees.java
index 2a20bbe..adf2dfb 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Employees.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Employees.java
@@ -34,5 +34,5 @@ public interface Employees
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/OrderDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/OrderDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/OrderDetails.java
index eef5c3d..bc68760 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/OrderDetails.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/OrderDetails.java
@@ -36,5 +36,5 @@ public interface OrderDetails
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Orders.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Orders.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Orders.java
index 9184a96..df20854 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Orders.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Orders.java
@@ -34,5 +34,5 @@ public interface Orders
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/People.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/People.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/People.java
index dfd668c..d9ee095 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/People.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/People.java
@@ -34,5 +34,5 @@ public interface People
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductDetails.java
index 858a5c7..b0f5600 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductDetails.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductDetails.java
@@ -36,5 +36,5 @@ public interface ProductDetails
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductReviews.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductReviews.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductReviews.java
index 978505d..c689f05 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductReviews.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/ProductReviews.java
@@ -36,5 +36,5 @@ public interface ProductReviews
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Products.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Products.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Products.java
index 0ae76b5..d2d7502 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Products.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/Products.java
@@ -34,5 +34,5 @@ public interface Products
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/StoredPIs.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/StoredPIs.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/StoredPIs.java
index 3eacd9e..1348fb2 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/StoredPIs.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/StoredPIs.java
@@ -34,5 +34,5 @@ public interface StoredPIs
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4acc6bfb/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/SubscriptionTemplates.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/SubscriptionTemplates.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/SubscriptionTemplates.java
index fc76c82..1f409e9 100644
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/SubscriptionTemplates.java
+++ b/fit/src/test/java/org/apache/olingo/fit/proxy/v4/staticservice/microsoft/test/odata/services/odatawcfservice/SubscriptionTemplates.java
@@ -34,5 +34,5 @@ public interface SubscriptionTemplates
         Operations operations();
 
     interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
+    //No additional methods needed for now.
         }}