Fix a few eclipse-reported warnings
[controller.git] / opendaylight / md-sal / sal-common-util / src / main / java / org / opendaylight / controller / sal / common / util / Rpcs.java
index 356ec8ff7c5ee6e84692970d702910b7bdc8c091..5565d8b56d3b890058a7ab2d54a345e3c42171c7 100644 (file)
@@ -36,7 +36,7 @@ public class Rpcs {
     }
     
     private static class RpcResultTO<T> implements RpcResult<T>, Serializable, Immutable {
-
+        private static final long serialVersionUID = 1L;
         private final Collection<RpcError> errors;
         private final T result;
         private final boolean successful;