Fix check style issues
[clamp.git] / src / main / java / org / onap / clamp / clds / model / properties / TcaThreshold.java
index 0903d72..8c69f48 100644 (file)
@@ -42,9 +42,9 @@ public class TcaThreshold {
     private String                    closedLoopEventStatus;
 
     /**
-     * Parse Tca Threshhold given json node
+     * Parse Tca Threshhold given json node.
      *
-     * @param tcaTresholdConfiguration
+     * @param tcaTresholdConfiguration The tca threshold in JsonArray format
      */
     public TcaThreshold(JsonArray tcaTresholdConfiguration) {