Commit in lcsim/src/org/lcsim/recon/cluster/util on MAIN
CalHitMapMgr.java+3-31.7 -> 1.8
FixedConeClusterPropertyCalculator.java-21.5 -> 1.6
+3-5
2 modified files
JM: Fix javadoc errors.

lcsim/src/org/lcsim/recon/cluster/util
CalHitMapMgr.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- CalHitMapMgr.java	9 Feb 2006 21:16:18 -0000	1.7
+++ CalHitMapMgr.java	23 Aug 2007 21:11:00 -0000	1.8
@@ -24,7 +24,7 @@
  * processed before the data is available to other classes.
  *
  * @author Guilherme Lima
- * @version $Id: CalHitMapMgr.java,v 1.7 2006/02/09 21:16:18 lima Exp $
+ * @version $Id: CalHitMapMgr.java,v 1.8 2007/08/23 21:11:00 jeremy Exp $
  * @see CalHitMapDriver
  */
 public class CalHitMapMgr {
@@ -210,8 +210,8 @@
     /**
      * Fills hit maps using data from current event.
      * @param colName name of hit collection to extract the hits from
-     * @param hitmap output map containing
-     * @see CalHitMapMgr.setEvent
+     * @param hitmap output map containing 
+     * @link #setEvent(EventHeader)
      */
     protected void fillHitMap( final String colName,
 			     Map<Long,CalorimeterHit> hitmap )  {

lcsim/src/org/lcsim/recon/cluster/util
FixedConeClusterPropertyCalculator.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- FixedConeClusterPropertyCalculator.java	1 Jul 2006 21:58:37 -0000	1.5
+++ FixedConeClusterPropertyCalculator.java	23 Aug 2007 21:11:00 -0000	1.6
@@ -36,8 +36,6 @@
 
     /**
      * Fully qualified constructor
-     *
-     * @param   decoder  The IDDecoder used for indexing
      */
 	public FixedConeClusterPropertyCalculator()
 	{
CVSspam 0.2.8