Commit in GeomConverter/src/org/lcsim/geometry/subdetector on MAIN
PolyconeSupport.java+2-21.5 -> 1.6
make inner class static

GeomConverter/src/org/lcsim/geometry/subdetector
PolyconeSupport.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- PolyconeSupport.java	30 Nov 2010 00:16:29 -0000	1.5
+++ PolyconeSupport.java	27 Jan 2011 00:53:17 -0000	1.6
@@ -16,7 +16,7 @@
 
 /**
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: PolyconeSupport.java,v 1.5 2010/11/30 00:16:29 jeremy Exp $
+ * @version $Id: PolyconeSupport.java,v 1.6 2011/01/27 00:53:17 jeremy Exp $
  */
 public class PolyconeSupport extends AbstractSubdetector
 {
@@ -63,7 +63,7 @@
         return zplanes.get( idx );
     }
 
-    public class ZPlane
+    public static class ZPlane
     {
         double rmin, rmax, z;
 
CVSspam 0.2.8