[OLINGO-482] Fixed JavaDoc warnings in commons API
This commit is contained in:
parent
65ad2f48d5
commit
47c1851273
|
@ -23,8 +23,6 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* REST resource for an <tt>ODataLinkCollection</tt>.
|
||||
*
|
||||
* @see org.apache.olingo.client.api.domain.ODataLinkCollection
|
||||
*/
|
||||
public interface LinkCollection {
|
||||
|
||||
|
|
|
@ -24,6 +24,5 @@ package org.apache.olingo.commons.api.domain;
|
|||
* @see CommonODataEntitySet
|
||||
* @see CommonODataEntity
|
||||
* @see CommonODataProperty
|
||||
* @see ODataNoContent
|
||||
*/
|
||||
public interface ODataInvokeResult {}
|
||||
|
|
|
@ -59,7 +59,7 @@ public interface ODataDeserializer {
|
|||
* Gets the ODataError object represented by the given InputStream.
|
||||
*
|
||||
* @param input stream to be parsed and de-serialized.
|
||||
* @return
|
||||
* @return parsed ODataError object represented by the given InputStream
|
||||
*/
|
||||
ODataError toError(InputStream input) throws ODataDeserializerException;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue