| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Identifier |
|
| 0.0;0 |
| 1 | package org.jscsi.target.scsi.inquiry; | |
| 2 | ||
| 3 | ||
| 4 | import org.jscsi.target.scsi.ISerializable; | |
| 5 | ||
| 6 | ||
| 7 | /** | |
| 8 | * The IDENTIFIER field is part of an IDENTIFICATION DESCRIPTOR and, as its name implies, contains identifying | |
| 9 | * information about the references entity. | |
| 10 | * | |
| 11 | * @author Andreas Ergenzinger | |
| 12 | */ | |
| 13 | 0 | public abstract class Identifier implements ISerializable { |
| 14 | // nothing here | |
| 15 | } |