Fix TAPI Sonar issues
[transportpce.git] / tapi / src / main / java / org / opendaylight / transportpce / tapi / validation / checks / EndPointCheck.java
index a29b278de36b484e1286f9d10fbbf7f33c293726..105889d1bb905dc8b7d98d71bc4761ca2608e526 100644 (file)
@@ -34,7 +34,7 @@ public final class EndPointCheck {
         } else {
             for (EndPoint ep : epl) {
                 //to do
-                LOG.info("ep = {}", ep.toString());
+                LOG.info("ep = {}", ep);
             }
         }