White noise: minor Javadoc change
This commit is contained in:
parent
c2f765508c
commit
9c5b6fe0a4
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue