Default experimenter bundle migrated to ConfigSubsystem
[openflowjava.git] / openflow-protocol-ext / src / main / java / org / opendaylight / openflowjava / protocol / ext / deserialization / OF13ExperimenterErrorMessageDeserializer.java
index 2239d119b3d97f8a96693f7f2706e8302be9e274..a95769ca97f5f976aeb8324a2450b7c3946afb4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (c) 2013 Pantheon Technologies s.r.o. and others. All rights reserved.\r
+ * Copyright (c) 2014 Pantheon Technologies s.r.o. and others. All rights reserved.\r
  *\r
  * This program and the accompanying materials are made available under the\r
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
@@ -28,7 +28,7 @@ public class OF13ExperimenterErrorMessageDeserializer implements OFDeserializer<
         if (message.readableBytes() > 0) {\r
             byte[] data = new byte[message.readableBytes()];\r
             message.readBytes(data);\r
-            expBuilder.setData(data);\r
+            expBuilder.setExpData(data);\r
         }\r
         return expBuilder.build();\r
     }\r