Print

Print


Author: [log in to unmask]
Date: Thu Jan 15 16:59:50 2015
New Revision: 3495

Log:
Allow sub-classes to override the setupInputFiles method.

Modified:
    projects/lcsim/trunk/job-manager/src/main/java/org/lcsim/job/JobControlManager.java

Modified: projects/lcsim/trunk/job-manager/src/main/java/org/lcsim/job/JobControlManager.java
 =============================================================================
--- projects/lcsim/trunk/job-manager/src/main/java/org/lcsim/job/JobControlManager.java	(original)
+++ projects/lcsim/trunk/job-manager/src/main/java/org/lcsim/job/JobControlManager.java	Thu Jan 15 16:59:50 2015
@@ -911,7 +911,7 @@
      * Setup the list of input files to be processed from the XML job file.
      */
     @SuppressWarnings("unchecked")
-    private void setupInputFiles() {
+    protected void setupInputFiles() {
         if (root.getChild("inputFiles") == null) {
             logStream.println("No input files in XML file.");
             // this.performDryRun = true;

########################################################################
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