Fix check style issues
[clamp.git] / src / main / java / org / onap / clamp / clds / model / properties / TcaItem.java
index 987b776..94361c7 100644 (file)
@@ -50,9 +50,9 @@ public class TcaItem {
     private List<TcaThreshold>        tcaThresholds;
 
     /**
-     * Parse Tca Item given json node
+     * Parse Tca Item given json node.
      *
-     * @param tcaJson
+     * @param tcaJson The tac json
      */
     public TcaItem(JsonElement tcaJson) {