[OLINGO-482] Fixed JavaDoc warnings in commons API

This commit is contained in:
Michael Bolz 2014-12-16 10:33:49 +01:00
parent 65ad2f48d5
commit 47c1851273
3 changed files with 1 additions and 4 deletions

View File

@ -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 {

View File

@ -24,6 +24,5 @@ package org.apache.olingo.commons.api.domain;
* @see CommonODataEntitySet
* @see CommonODataEntity
* @see CommonODataProperty
* @see ODataNoContent
*/
public interface ODataInvokeResult {}

View File

@ -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;
}