Coverage Report - org.apache.turbine.services.schedule.JobEntryTorquePeerImpl
 
Classes in this File Line Coverage Branch Coverage Complexity
JobEntryTorquePeerImpl
0%
0/1
N/A
0
 
 1  
 package org.apache.turbine.services.schedule;
 2  
 
 3  
 /**
 4  
  * The skeleton for this class was autogenerated by Torque on:
 5  
  *
 6  
  * [Thu Apr 12 15:27:24 CEST 2018]
 7  
  *
 8  
  * You should add additional methods to this class to meet the
 9  
  * application requirements.  This class will only be generated as
 10  
  * long as it does not already exist in the output directory.
 11  
  */
 12  
 
 13  0
 public class JobEntryTorquePeerImpl
 14  
     extends org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
 15  
 {
 16  
     /** Serial version */
 17  
     private static final long serialVersionUID = 1523539644346L;
 18  
 
 19  
 
 20  
 
 21  
 }