Fix NPE in ICMP.computeChecksum()
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / packet / PacketException.java
index ee5027335921b95c2b86b069cb05506d0126830a..5685b0a58af2e16300104e9ccd7f482b311ec0be 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.controller.sal.packet;
  * Describes an exception that is raised when the process of serializing or
  * deserializing a network packet/stream fails. This generally happens when the
  * packet/stream is malformed.
- * 
+ *
  */
 public class PacketException extends Exception {
     private static final long serialVersionUID = 1L;