Coverage Report - net.sf.statsvn.util.BinaryDiffException
 
Classes in this File Line Coverage Branch Coverage Complexity
BinaryDiffException
0%
0/1
N/A
0
 
 1  
 package net.sf.statsvn.util;
 2  
 
 3  0
 public class BinaryDiffException extends Exception {
 4  
 
 5  
         /**
 6  
          * 
 7  
          */
 8  
         private static final long serialVersionUID = 1897989743777577565L;
 9  
 
 10  
 }