Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / IHistogramDataModel.java
index b61d7c24bf1cdd1fe9f045770136599caa683822..3e793d5394fc612943e2bfefba33ad850c5a6e05 100644 (file)
@@ -24,6 +24,7 @@ public interface IHistogramDataModel extends IBaseDistributionModel {
     /**
      * Add event to the correct bucket, compacting the if needed.
      * 
+     * @param eventCount the event to count
      * @param timestamp the timestamp of the event to count
      */
     public void countEvent(long eventCount, long timestamp);
@@ -33,7 +34,7 @@ public interface IHistogramDataModel extends IBaseDistributionModel {
      * 
      * @param width
      * @param height
-     * @param bar width
+     * @param barWidth
      * @return the result array of size [width] and where the highest value
      *         doesn't exceed [height] considering the bar width [barWidth]
      */
This page took 0.024639 seconds and 5 git commands to generate.