Formatting Code base with ktlint
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / netconf-executor / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / netconf / executor / api / DeviceInfo.kt
index 2395ddd..2f10bb5 100644 (file)
@@ -40,7 +40,8 @@ class DeviceInfo {
     override fun toString(): String {
         return "$ipAddress:$port"
     }
-    //TODO: should this be a data class instead? Is anything using the JSON serdes?
+
+    // TODO: should this be a data class instead? Is anything using the JSON serdes?
     override fun equals(other: Any?): Boolean {
         if (this === other) return true
         if (javaClass != other?.javaClass) return false