Author: thorsten
Date: Mon Feb 11 13:46:33 2013
New Revision: 1444766
URL: http://svn.apache.org/r1444766
Log:
Adding suppress
Modified:
incubator/droids/branches/0.2.x-cleanup/droids-core/src/main/java/org/apache/droids/core/ContentEntity.java
Modified:
incubator/droids/branches/0.2.x-cleanup/droids-core/src/main/java/org/apache/droids/core/ContentEntity.java
URL:
http://svn.apache.org/viewvc/incubator/droids/branches/0.2.x-cleanup/droids-core/src/main/java/org/apache/droids/core/ContentEntity.java?rev=1444766&r1=1444765&r2=1444766&view=diff
==============================================================================
---
incubator/droids/branches/0.2.x-cleanup/droids-core/src/main/java/org/apache/droids/core/ContentEntity.java
(original)
+++
incubator/droids/branches/0.2.x-cleanup/droids-core/src/main/java/org/apache/droids/core/ContentEntity.java
Mon Feb 11 13:46:33 2013
@@ -130,6 +130,7 @@ public class ContentEntity {
* @return a set of tasks
* @throws DroidsException
*/
+ @SuppressWarnings("unchecked")
public <T extends Task> Set<T> getLinks() throws DroidsException {
if (this.getValue(LINKS) != null) {
if (this.getValue(LINKS) instanceof Set) {