Coverage Report - net.sf.jolene.data.DataBinder
 
Classes in this File Line Coverage Branch Coverage Complexity
DataBinder
0%
0/2
N/A
1
 
 1  
 package net.sf.jolene.data;
 2  
 
 3  
 /**
 4  
  * Not currently used - or required.
 5  
  * @author : Dan Howard
 6  
  * @since : Aug 4, 2005 06:01 AM
 7  
  */
 8  
 public class DataBinder {
 9  
 
 10  
     /**
 11  
      *
 12  
      */
 13  
     public DataBinder() {
 14  0
         super();
 15  
         // TODO DATABINDER
 16  
 
 17  0
     }
 18  
 
 19  
 }