Repository: olingo-odata4
Updated Branches:
  refs/heads/master 637ca00db -> 081a38001


[OLINGO-659] Fixed javadoc issues


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

Branch: refs/heads/master
Commit: 081a38001f46082d5b97c80e2faa87bfc50ca420
Parents: 637ca00
Author: Michael Bolz <[email protected]>
Authored: Fri Sep 11 09:02:16 2015 +0200
Committer: Michael Bolz <[email protected]>
Committed: Fri Sep 11 09:02:16 2015 +0200

----------------------------------------------------------------------
 .../apache/olingo/osgi/itests/BundlesTest.java  |  2 +-
 .../osgi/itests/OlingoOSGiTestSupport.java      |  2 +-
 .../osgi/itests/server/CarServiceTest.java      |  2 +-
 .../olingo/fit/server/TomcatTestServer.java     |  2 +-
 .../apache/olingo/fit/util/StringHelper.java    |  2 +-
 .../api/edm/annotation/package-info.java        | 24 +++++++++++++++++
 .../commons/api/edm/constants/package-info.java | 24 +++++++++++++++++
 .../commons/api/edm/geo/package-info.java       | 24 +++++++++++++++++
 .../edm/provider/annotation/package-info.java   | 23 +++++++++++++++++
 .../olingo/commons/api/ex/package-info.java     | 22 ++++++++++++++++
 .../olingo/commons/api/format/AcceptType.java   |  4 +--
 .../commons/api/http/HttpContentType.java       |  4 +--
 .../olingo/commons/api/http/HttpHeader.java     |  4 +--
 .../olingo/commons/api/http/HttpHeaders.java    |  4 +--
 .../olingo/commons/api/http/HttpStatusCode.java |  4 +--
 .../apache/olingo/commons/api/package-info.java | 23 +++++++++++++++++
 .../org/apache/olingo/commons/core/Decoder.java |  4 +--
 .../org/apache/olingo/commons/core/Encoder.java |  4 +--
 .../apache/olingo/commons/core/DecoderTest.java |  4 +--
 .../apache/olingo/commons/core/EncoderTest.java |  4 +--
 .../olingo/server/api/batch/package-info.java   | 26 +++++++++++++++++++
 .../olingo/server/api/debug/package-info.java   | 26 +++++++++++++++++++
 .../api/deserializer/batch/package-info.java    | 26 +++++++++++++++++++
 .../server/api/deserializer/package-info.java   | 26 +++++++++++++++++++
 .../olingo/server/api/edmx/package-info.java    | 26 +++++++++++++++++++
 .../olingo/server/api/etag/package-info.java    | 26 +++++++++++++++++++
 .../apache/olingo/server/api/package-info.java  |  4 +--
 .../olingo/server/api/prefer/package-info.java  | 26 +++++++++++++++++++
 .../server/api/processor/package-info.java      |  4 +--
 .../server/api/serializer/package-info.java     | 26 +++++++++++++++++++
 .../olingo/server/api/uri/package-info.java     |  4 +--
 .../api/uri/queryoption/AliasQueryOption.java   |  7 +++--
 .../api/uri/queryoption/FilterOption.java       |  4 +--
 .../api/uri/queryoption/SearchOption.java       |  4 +--
 .../uri/queryoption/expression/MethodKind.java  |  4 +--
 .../queryoption/expression/package-info.java    | 27 ++++++++++++++++++++
 .../api/uri/queryoption/package-info.java       | 26 +++++++++++++++++++
 .../uri/queryoption/search/package-info.java    | 27 ++++++++++++++++++++
 .../uri/parser/CheckFullContextListener.java    |  4 +--
 .../utils/CircleStreamBufferTest.java           |  4 +--
 .../olingo/samples/client/OlingoSampleApp.java  |  2 +-
 41 files changed, 471 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/BundlesTest.java
----------------------------------------------------------------------
diff --git 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/BundlesTest.java
 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/BundlesTest.java
index 85d0f42..7b89bf6 100644
--- 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/BundlesTest.java
+++ 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/BundlesTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/OlingoOSGiTestSupport.java
----------------------------------------------------------------------
diff --git 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/OlingoOSGiTestSupport.java
 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/OlingoOSGiTestSupport.java
index b95bd13..454fd2e 100644
--- 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/OlingoOSGiTestSupport.java
+++ 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/OlingoOSGiTestSupport.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
----------------------------------------------------------------------
diff --git 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
index d727253..ce24f0b 100644
--- 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
+++ 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
----------------------------------------------------------------------
diff --git 
a/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java 
b/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
index 69d0314..eb79dd8 100644
--- a/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
+++ b/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/fit/src/test/java/org/apache/olingo/fit/util/StringHelper.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/util/StringHelper.java 
b/fit/src/test/java/org/apache/olingo/fit/util/StringHelper.java
index 8b2e9a1..9f3edf3 100644
--- a/fit/src/test/java/org/apache/olingo/fit/util/StringHelper.java
+++ b/fit/src/test/java/org/apache/olingo/fit/util/StringHelper.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/annotation/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/annotation/package-info.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/annotation/package-info.java
new file mode 100644
index 0000000..41c5184
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/annotation/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains representations for all annotation related
+ * EDM objects created during the URI parsing
+ */
+package org.apache.olingo.commons.api.edm.annotation;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/constants/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/constants/package-info.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/constants/package-info.java
new file mode 100644
index 0000000..4bcdf36
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/constants/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains representations for all constants related
+ * EDM objects created during the URI parsing
+ */
+package org.apache.olingo.commons.api.edm.constants;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/geo/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/geo/package-info.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/geo/package-info.java
new file mode 100644
index 0000000..349c276
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/geo/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains representations for all geographical related
+ * EDM objects created during the URI parsing
+ */
+package org.apache.olingo.commons.api.edm.geo;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/annotation/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/annotation/package-info.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/annotation/package-info.java
new file mode 100644
index 0000000..0bb108d
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/edm/provider/annotation/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains representations for objects created during
+ * CSDL document parsing related to the CSDL annotations.
+ */
+package org.apache.olingo.commons.api.edm.provider.annotation;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/ex/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/ex/package-info.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/ex/package-info.java
new file mode 100644
index 0000000..04300d2
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/ex/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains all OData errors and exceptions related classes.
+ */
+package org.apache.olingo.commons.api.ex;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/format/AcceptType.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/format/AcceptType.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/format/AcceptType.java
index bd573af..c1e50a7 100644
--- 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/format/AcceptType.java
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/format/AcceptType.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.api.format;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpContentType.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpContentType.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpContentType.java
index 12301f8..31d252b 100644
--- 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpContentType.java
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpContentType.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.api.http;
 
 /**

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeader.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeader.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeader.java
index 340c895..323655b 100644
--- 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeader.java
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeader.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.api.http;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeaders.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeaders.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeaders.java
index fb1da7f..2721670 100644
--- 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeaders.java
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpHeaders.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.api.http;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpStatusCode.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpStatusCode.java
 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpStatusCode.java
index f339429..e5ff04c 100644
--- 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpStatusCode.java
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/http/HttpStatusCode.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.api.http;
 
 /**

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-api/src/main/java/org/apache/olingo/commons/api/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-api/src/main/java/org/apache/olingo/commons/api/package-info.java 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/package-info.java
new file mode 100644
index 0000000..416a56f
--- /dev/null
+++ 
b/lib/commons-api/src/main/java/org/apache/olingo/commons/api/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Contains all OData commons classes which are not more specific
+ * (e.g. Constants which can be used in every context).
+ */
+package org.apache.olingo.commons.api;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Decoder.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Decoder.java 
b/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Decoder.java
index f8e885e..dafbb8c 100644
--- a/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Decoder.java
+++ b/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Decoder.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.core;
 
 import java.io.UnsupportedEncodingException;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Encoder.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Encoder.java 
b/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Encoder.java
index edbf9ef..50ee28f 100644
--- a/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Encoder.java
+++ b/lib/commons-core/src/main/java/org/apache/olingo/commons/core/Encoder.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.core;
 
 import java.io.UnsupportedEncodingException;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-core/src/test/java/org/apache/olingo/commons/core/DecoderTest.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-core/src/test/java/org/apache/olingo/commons/core/DecoderTest.java
 
b/lib/commons-core/src/test/java/org/apache/olingo/commons/core/DecoderTest.java
index 09f2326..081cc38 100644
--- 
a/lib/commons-core/src/test/java/org/apache/olingo/commons/core/DecoderTest.java
+++ 
b/lib/commons-core/src/test/java/org/apache/olingo/commons/core/DecoderTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.core;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/commons-core/src/test/java/org/apache/olingo/commons/core/EncoderTest.java
----------------------------------------------------------------------
diff --git 
a/lib/commons-core/src/test/java/org/apache/olingo/commons/core/EncoderTest.java
 
b/lib/commons-core/src/test/java/org/apache/olingo/commons/core/EncoderTest.java
index 7db30ce..18afe6f 100644
--- 
a/lib/commons-core/src/test/java/org/apache/olingo/commons/core/EncoderTest.java
+++ 
b/lib/commons-core/src/test/java/org/apache/olingo/commons/core/EncoderTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.commons.core;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/batch/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/batch/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/batch/package-info.java
new file mode 100644
index 0000000..a6952ad
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/batch/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Batch
+ * <p>
+ * The batch package is used to condense common parts about the OData batch 
processing.
+ *
+ */
+package org.apache.olingo.server.api.batch;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/debug/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/debug/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/debug/package-info.java
new file mode 100644
index 0000000..91c95e6
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/debug/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Debug
+ * <p>
+ * The debug package is used to condense all information about the Olingo 
debug handling.
+ *
+ */
+package org.apache.olingo.server.api.debug;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/batch/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/batch/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/batch/package-info.java
new file mode 100644
index 0000000..41554cb
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/batch/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Deserializer - Batch
+ * <p>
+ * The deserializer.batch package is used to condense all about the Olingo 
batch deserialization.
+ *
+ */
+package org.apache.olingo.server.api.deserializer.batch;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/package-info.java
new file mode 100644
index 0000000..499d684
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/deserializer/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Deserializer
+ * <p>
+ * The deserializer package is used to condense all about the Olingo 
deserialization.
+ *
+ */
+package org.apache.olingo.server.api.deserializer;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/edmx/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/edmx/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/edmx/package-info.java
new file mode 100644
index 0000000..243d894
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/edmx/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Edmx
+ * <p>
+ * The edmx package is used to condense all about the Olingo OData EDMX 
handling.
+ *
+ */
+package org.apache.olingo.server.api.edmx;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/etag/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/etag/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/etag/package-info.java
new file mode 100644
index 0000000..82ebdc8
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/etag/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - ETag
+ * <p>
+ * The etag package is used to condense all about the Olingo ETag handling.
+ *
+ */
+package org.apache.olingo.server.api.etag;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/package-info.java 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/package-info.java
index 2cdb677..d87d42e 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/package-info.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/package-info.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 /**
  * Olingo Server API
  * <p>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/prefer/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/prefer/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/prefer/package-info.java
new file mode 100644
index 0000000..7d387d5
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/prefer/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Prefer
+ * <p>
+ * The prefer package is used to condense all about the Olingo Prefer handling.
+ *
+ */
+package org.apache.olingo.server.api.prefer;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/processor/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/processor/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/processor/package-info.java
index bc21fd0..c1a1b0f 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/processor/package-info.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/processor/package-info.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 /**
  * Olingo Processors
  * <p>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/serializer/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/serializer/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/serializer/package-info.java
new file mode 100644
index 0000000..7733e2c
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/serializer/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - Serializer
+ * <p>
+ * The serializer package is used to condense all about the Olingo 
serialization.
+ *
+ */
+package org.apache.olingo.server.api.serializer;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/package-info.java
index 2a0aab6..091f833 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/package-info.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/package-info.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 /**
  * Olingo URI
  * <p>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/AliasQueryOption.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/AliasQueryOption.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/AliasQueryOption.java
index dffb0be..4f36803 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/AliasQueryOption.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/AliasQueryOption.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.server.api.uri.queryoption;
 
 import org.apache.olingo.server.api.uri.queryoption.expression.Expression;
@@ -30,6 +30,5 @@ public interface AliasQueryOption extends QueryOption {
   /**
    * @return Value of the alias
    */
-  public Expression getValue();
-
+  Expression getValue();
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/FilterOption.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/FilterOption.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/FilterOption.java
index a45208f..87c1183 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/FilterOption.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/FilterOption.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.server.api.uri.queryoption;
 
 import org.apache.olingo.server.api.uri.queryoption.expression.Expression;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/SearchOption.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/SearchOption.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/SearchOption.java
index 628f638..762ff03 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/SearchOption.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/SearchOption.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.server.api.uri.queryoption;
 
 import org.apache.olingo.server.api.uri.queryoption.search.SearchExpression;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/MethodKind.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/MethodKind.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/MethodKind.java
index 93e5e4b..842cfad 100644
--- 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/MethodKind.java
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/MethodKind.java
@@ -58,9 +58,9 @@ public enum MethodKind {
 
   /**
    * Constructor for enumeration value
-   * @param Syntax used in the URI
+   * @param syntax used in the URI
    */
-  private MethodKind(final String syntax) {
+  MethodKind(final String syntax) {
     this.syntax = syntax;
   }
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/package-info.java
new file mode 100644
index 0000000..4de05fc
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/expression/package-info.java
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - URI - QueryOptions - Expressions
+ * <p>
+ * The uri.queryoption.expression package is used to condense all about
+ * the Olingo expressions within the query options (in uri context).
+ *
+ */
+package org.apache.olingo.server.api.uri.queryoption.expression;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/package-info.java
new file mode 100644
index 0000000..977226c
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - URI - QueryOptions
+ * <p>
+ * The uri.queryoption package is used to condense all about the Olingo query 
options (in uri context).
+ *
+ */
+package org.apache.olingo.server.api.uri.queryoption;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/search/package-info.java
----------------------------------------------------------------------
diff --git 
a/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/search/package-info.java
 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/search/package-info.java
new file mode 100644
index 0000000..7d98835
--- /dev/null
+++ 
b/lib/server-api/src/main/java/org/apache/olingo/server/api/uri/queryoption/search/package-info.java
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+/**
+ * Olingo Server API - URI - QueryOptions - Search
+ * <p>
+ * The uri.queryoption.search package is used to condense all about
+ * the Olingo search options within the query options (in uri context).
+ *
+ */
+package org.apache.olingo.server.api.uri.queryoption.search;
+

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
----------------------------------------------------------------------
diff --git 
a/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
 
b/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
index cfa5462..86efdca 100644
--- 
a/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
+++ 
b/lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.server.core.uri.parser;
 
 import java.util.BitSet;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/lib/server-core/src/test/java/org/apache/olingo/server/core/serializer/utils/CircleStreamBufferTest.java
----------------------------------------------------------------------
diff --git 
a/lib/server-core/src/test/java/org/apache/olingo/server/core/serializer/utils/CircleStreamBufferTest.java
 
b/lib/server-core/src/test/java/org/apache/olingo/server/core/serializer/utils/CircleStreamBufferTest.java
index 9ac2c81..b5c28bc 100644
--- 
a/lib/server-core/src/test/java/org/apache/olingo/server/core/serializer/utils/CircleStreamBufferTest.java
+++ 
b/lib/server-core/src/test/java/org/apache/olingo/server/core/serializer/utils/CircleStreamBufferTest.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
@@ -15,7 +15,7 @@
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
- 
******************************************************************************/
+ */
 package org.apache.olingo.server.core.serializer.utils;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/081a3800/samples/client/src/main/java/org/apache/olingo/samples/client/OlingoSampleApp.java
----------------------------------------------------------------------
diff --git 
a/samples/client/src/main/java/org/apache/olingo/samples/client/OlingoSampleApp.java
 
b/samples/client/src/main/java/org/apache/olingo/samples/client/OlingoSampleApp.java
index 9b627a6..5382116 100644
--- 
a/samples/client/src/main/java/org/apache/olingo/samples/client/OlingoSampleApp.java
+++ 
b/samples/client/src/main/java/org/apache/olingo/samples/client/OlingoSampleApp.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information

Reply via email to