White noise: minor Javadoc change

This commit is contained in:
Francesco Chicchiriccò 2014-03-20 12:57:49 +01:00
parent c2f765508c
commit 9c5b6fe0a4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import org.apache.olingo.client.api.communication.request.ODataRequest;
import org.apache.olingo.client.api.communication.response.ODataRawResponse;
/**
* This class implements a generic OData request.
* This interface represents a generic OData request.
*/
public interface ODataRawRequest extends ODataRequest {

View File

@ -19,7 +19,7 @@
package org.apache.olingo.client.api.communication.response;
/**
* This class implements a generic OData response.
* This interface represents a generic OData response.
*/
public interface ODataRawResponse extends ODataResponse {