Coverage Report - org.homeunix.thecave.buddi.plugin.api.model.ImmutableSplit
 
Classes in this File Line Coverage Branch Coverage Complexity
ImmutableSplit
N/A
N/A
0
 
 1  
 /*
 2  
  * Created on Aug 12, 2007 by wyatt
 3  
  */
 4  
 package org.homeunix.thecave.buddi.plugin.api.model;
 5  
 
 6  
 public interface ImmutableSplit extends ImmutableSource {        
 7  
 
 8  
 }