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