Add JavaDoc

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-02-18 10:27:58 +01:00
parent 031be3e8cb
commit 661d3e2d41

View File

@@ -59,12 +59,13 @@ public class BaseAmqpService {
}
/**
* Is needed to convert a incoming message to is originally object type.
* Is needed to convert a incoming message to is originally list object
* type.
*
* @param message
* the message to convert.
* @param clazz
* the class of the originally object.
* the class of the list content.
* @return
*/
@SuppressWarnings("unchecked")