You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2016/01/29 10:14:02 UTC

svn commit: r978937 [13/24] - in /websites/staging/olingo/trunk/content: ./ javadoc/odata2/ javadoc/odata2/org/apache/olingo/odata2/annotation/processor/api/ javadoc/odata2/org/apache/olingo/odata2/annotation/processor/api/class-use/ javadoc/odata2/org...

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataRequest (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>ODataRequest (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataRequest (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="ODataRequest (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -198,42 +198,46 @@ extends <a href="http://docs.oracle.com/
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getContentType()">getContentType</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getHttpMethod()">getHttpMethod</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/olingo/odata2/api/commons/ODataHttpMethod.html" title="enum in org.apache.olingo.odata2.api.commons">ODataHttpMethod</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getMethod()">getMethod</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/olingo/odata2/api/uri/PathInfo.html" title="interface in org.apache.olingo.odata2.api.uri">PathInfo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getPathInfo()">getPathInfo</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getQueryParameters()">getQueryParameters</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getRequestHeaders()">getRequestHeaders</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#getRequestHeaderValue(java.lang.String)">getRequestHeaderValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#method(org.apache.olingo.odata2.api.commons.ODataHttpMethod)">method</a></strong>(<a href="../../../../../../org/apache/olingo/odata2/api/commons/ODataHttpMethod.html" title="enum in org.apache.olingo.odata2.api.commons">ODataHttpMethod</a>&nbsp;method)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#newBuilder()">newBuilder</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#pathInfo(org.apache.olingo.odata2.api.uri.PathInfo)">pathInfo</a></strong>(<a href="../../../../../../org/apache/olingo/odata2/api/uri/PathInfo.html" title="interface in org.apache.olingo.odata2.api.uri">PathInfo</a>&nbsp;pathInfo)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#queryParameters(java.util.Map)">queryParameters</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;queryParameters)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#requestHeaders(java.util.Map)">requestHeaders</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;headers)</code>&nbsp;</td>
 </tr>
@@ -321,6 +325,15 @@ extends <a href="http://docs.oracle.com/
 <pre>public abstract&nbsp;<a href="../../../../../../org/apache/olingo/odata2/api/commons/ODataHttpMethod.html" title="enum in org.apache.olingo.odata2.api.commons">ODataHttpMethod</a>&nbsp;getMethod()</pre>
 </li>
 </ul>
+<a name="getHttpMethod()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHttpMethod</h4>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getHttpMethod()</pre>
+</li>
+</ul>
 <a name="getAcceptableLanguages()">
 <!--   -->
 </a>
@@ -533,6 +546,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -353,6 +353,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataResponse (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>ODataResponse (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataResponse (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="ODataResponse (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -554,6 +554,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataSingleProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>ODataSingleProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataSingleProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="ODataSingleProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -1162,6 +1162,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -156,6 +156,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -311,6 +311,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -178,6 +178,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -259,6 +259,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -413,6 +413,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -153,38 +153,42 @@
 <td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#fromRequest(org.apache.olingo.odata2.api.processor.ODataRequest)">fromRequest</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest</a>&nbsp;request)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
+<td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#httpMethod(java.lang.String)">httpMethod</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;httpMethod)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#method(org.apache.olingo.odata2.api.commons.ODataHttpMethod)">method</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/commons/ODataHttpMethod.html" title="enum in org.apache.olingo.odata2.api.commons">ODataHttpMethod</a>&nbsp;method)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#method(org.apache.olingo.odata2.api.commons.ODataHttpMethod)">method</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/commons/ODataHttpMethod.html" title="enum in org.apache.olingo.odata2.api.commons">ODataHttpMethod</a>&nbsp;method)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#newBuilder()">newBuilder</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#pathInfo(org.apache.olingo.odata2.api.uri.PathInfo)">pathInfo</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/uri/PathInfo.html" title="interface in org.apache.olingo.odata2.api.uri">PathInfo</a>&nbsp;pathInfo)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#pathInfo(org.apache.olingo.odata2.api.uri.PathInfo)">pathInfo</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/uri/PathInfo.html" title="interface in org.apache.olingo.odata2.api.uri">PathInfo</a>&nbsp;pathInfo)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#queryParameters(java.util.Map)">queryParameters</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;queryParameters)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#queryParameters(java.util.Map)">queryParameters</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;queryParameters)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.html#requestHeaders(java.util.Map)">requestHeaders</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;headers)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html" title="class in org.apache.olingo.odata2.api.processor">ODataRequest.ODataRequestBuilder</a></code></td>
 <td class="colLast"><span class="strong">ODataRequest.ODataRequestBuilder.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html#requestHeaders(java.util.Map)">requestHeaders</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;headers)</code>&nbsp;</td>
 </tr>
@@ -262,6 +266,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -306,6 +306,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -234,6 +234,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -1230,6 +1230,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -268,6 +268,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CustomContentType (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>CustomContentType (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CustomContentType (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="CustomContentType (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -223,6 +223,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataProcessorFeature (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>ODataProcessorFeature (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataProcessorFeature (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="ODataProcessorFeature (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -166,6 +166,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -209,6 +209,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:07 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:52 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -235,6 +235,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html Fri Jan 29 09:13:32 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -149,6 +149,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -125,6 +125,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:13 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:57 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -231,6 +231,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html Fri Jan 29 09:13:32 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -223,6 +223,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:02 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:48 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -141,6 +141,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:23:13 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:57 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -522,6 +522,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BatchProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>BatchProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="BatchProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -260,6 +260,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityComplexPropertyProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntityComplexPropertyProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityComplexPropertyProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntityComplexPropertyProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -260,6 +260,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinkProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinkProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinkProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityLinkProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntityLinkProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityLinkProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntityLinkProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -303,6 +303,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinksProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinksProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityLinksProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityLinksProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntityLinksProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityLinksProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntityLinksProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -280,6 +280,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityMediaProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityMediaProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityMediaProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityMediaProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntityMediaProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityMediaProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntityMediaProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -280,6 +280,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:56 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntityProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntityProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -306,6 +306,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySetProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySetProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySetProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:57 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntitySetProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntitySetProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntitySetProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntitySetProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -280,6 +280,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:57 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntitySimplePropertyProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntitySimplePropertyProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntitySimplePropertyProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntitySimplePropertyProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -257,6 +257,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyValueProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyValueProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntitySimplePropertyValueProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:57 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntitySimplePropertyValueProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>EntitySimplePropertyValueProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntitySimplePropertyValueProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="EntitySimplePropertyValueProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -281,6 +281,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:57 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:41 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FunctionImportProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>FunctionImportProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FunctionImportProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="FunctionImportProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -230,6 +230,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportValueProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportValueProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/FunctionImportValueProcessor.html Fri Jan 29 09:13:32 2016
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_67) on Fri Oct 02 09:22:57 CEST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_67) on Fri Jan 29 08:41:42 CET 2016 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FunctionImportValueProcessor (olingo-odata2-parent 2.0.5 API)</title>
-<meta name="date" content="2015-10-02">
+<title>FunctionImportValueProcessor (olingo-odata2-parent 2.0.6 API)</title>
+<meta name="date" content="2016-01-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FunctionImportValueProcessor (olingo-odata2-parent 2.0.5 API)";
+        parent.document.title="FunctionImportValueProcessor (olingo-odata2-parent 2.0.6 API)";
     }
 //-->
 </script>
@@ -230,6 +230,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2013-2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>