Coverage Report - org.paneris.jammyjoes.upload.WardenConfig
 
Classes in this File Line Coverage Branch Coverage Complexity
WardenConfig
N/A
N/A
0
 
 1  
 package org.paneris.jammyjoes.upload;
 2  
 
 3  
 
 4  
 /**
 5  
  * Collects together various configuration parameters for the Warden and
 6  
  * its associated classes
 7  
  */
 8  
 public interface WardenConfig {
 9  
 
 10  
 }