fixed changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@158020 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-30 15:15:06 +00:00
parent 19de180768
commit 2d9a0261b1
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public abstract class ExceptionMapper {
* Write the serialization of a given resource to a given
* {@link OutputStream} .
*
* @param resource the resource
* @param object the resource
* @param stream the stream in input
* @throws IOException
* @throws JsonMappingException
@ -77,7 +77,7 @@ public abstract class ExceptionMapper {
/**
* Write the serialization of a given resource to a given {@link Writer} .
* @param resource the resource
* @param object the resource
* @param writer the writer in input
* @throws IOException
* @throws JsonMappingException