]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/msg/test/tree/AddTreeTestResultAttachmentRequest.java
Adapt to changes in Argeo Commons
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / msg / test / tree / AddTreeTestResultAttachmentRequest.java
index 07b180d31881fcbab63bb466048f06aae70ad75b..1376dcf05394eb11a2fed1367e6ef49ce5037b86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+ * Copyright (C) 2007-2012 Mathieu Baudier
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.msg.test.tree;
 
+import java.io.Serializable;
+
 import org.argeo.slc.core.attachment.SimpleAttachment;
 
-public class AddTreeTestResultAttachmentRequest {
+public class AddTreeTestResultAttachmentRequest implements Serializable {
+       private static final long serialVersionUID = -3193110972587429882L;
        private String resultUuid;
        private SimpleAttachment attachment;