| %line | %branch | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| be.dvw.administration.model.MusicianFanfare |
|
|
| 1 | /* |
|
| 2 | * Created on Jun 20, 2005 |
|
| 3 | */ |
|
| 4 | ||
| 5 | package be.dvw.administration.model; |
|
| 6 | ||
| 7 | /** |
|
| 8 | * @author Gregory Van Seghbroeck |
|
| 9 | * |
|
| 10 | */ |
|
| 11 | 0 | public class MusicianFanfare extends InsuredMember { |
| 12 | ||
| 13 | public String toString() { |
|
| 14 | 0 | return "[MusicianFanfare] "+super.toString(); |
| 15 | } |
|
| 16 | ||
| 17 | } |
| This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |