- fixed compile error and possible NPE #4810
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / UpdateResult.java
index 119a7f99c4ed2de26b9160b167a4f6e01f3b782a..b651ca8ea15a9f628b0206b824aa126776b04009 100644 (file)
@@ -38,6 +38,7 @@ public class UpdateResult implements Serializable{
 \r
                private Status status = Status.OK;\r
 \r
+               @SuppressWarnings("unchecked")\r
                private final Collection<Exception> exceptions = new CircularFifoBuffer(10);\r
 \r
                private final Set<CdmBase> upatedObjects = new HashSet<CdmBase>();\r
@@ -85,7 +86,7 @@ public class UpdateResult implements Serializable{
                        this.status = status;\r
                }\r
 \r
-               /**\r
+               /** \r
                 * The highest exception that occurred during delete (if any).\r
                 * @return\r
                 */\r