liblldp: final parameters
[controller.git] / opendaylight / commons / liblldp / src / main / java / org / opendaylight / controller / liblldp / ConstructionException.java
index 8b1d9d2d0f8f07d043a7e4700dcffcc487cdf78e..d5f854f4fa2976ee9e22e0ac29b276da1cfdb162 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
  *
@@ -22,7 +21,7 @@ package org.opendaylight.controller.liblldp;
 public class ConstructionException extends Exception {
     private static final long serialVersionUID = 1L;
 
-    public ConstructionException(String message) {
+    public ConstructionException(final String message) {
         super(message);
     }
 }