Commit in GeomConverter/src/org/lcsim/geometry on MAIN
IDDecoder.java+2-21.11 -> 1.12
JM: fix getSystemID() method to public

GeomConverter/src/org/lcsim/geometry
IDDecoder.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- IDDecoder.java	7 Feb 2006 18:46:36 -0000	1.11
+++ IDDecoder.java	7 Feb 2006 18:58:03 -0000	1.12
@@ -84,10 +84,10 @@
     /*/\/\/\ Miscellaneous /\/\/\ */
     
     /** Get the flag that indicates barrel or endcap, i.e. the "barrel" field. */
-    BarrelEndcapFlag getBarrelEndcapFlag();
+    public BarrelEndcapFlag getBarrelEndcapFlag();
     
     /** Get the system ID, i.e. the "system" field. */
-    int getSystemID();
+    public int getSystemID();
     
     /** Get the Subdetector associated with this IDDecoder, or null if not applicable. */
     public Subdetector getSubdetector();
CVSspam 0.2.8