Mass remove trailing spaces
[lispflowmapping.git] / mappingservice / api / src / main / java / org / opendaylight / lispflowmapping / type / lisp / address / LispAddress.java
index 6bdde7484625fdd01f70ed4f92be56413b34ff5f..9ca58ec0956e73e71fdcc74485bc7d22843ba49b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Contextream, Inc. and others.  All rights reserved.
+ * Copyright (c) 2014 Contextream, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -20,7 +20,7 @@ public abstract class LispAddress {
     public AddressFamilyNumberEnum getAfi() {
         return afi;
     }
-    
+
     @Override
     public int hashCode() {
         final int prime = 31;