Print

Print


Author: [log in to unmask]
Date: Thu Oct  8 22:15:42 2015
New Revision: 3675

Log:
Change system ID accessor method to public.

Modified:
    projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/converter/compact/SubdetectorDetectorElement.java

Modified: projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/converter/compact/SubdetectorDetectorElement.java
 =============================================================================
--- projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/converter/compact/SubdetectorDetectorElement.java	(original)
+++ projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/converter/compact/SubdetectorDetectorElement.java	Thu Oct  8 22:15:42 2015
@@ -15,7 +15,7 @@
         super(name, parent);
     }
     
-    int getSystemID() {
+    public int getSystemID() {
         return getIdentifierHelper().getValue(getIdentifier(), "system");
     }
 }

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1