/* * Copyright The National Archives 2005-2006. All rights reserved. * See Licence.txt for full licence details. * * Developed by: * Tessella Support Services plc * 3 Vineyard Chambers * Abingdon, OX14 3PX * United Kingdom * http://www.tessella.com * * Tessella/NPD/4305 * PRONOM 4 * * $History: RightFragment.java $ * * ***************** Version 3 ***************** * User: Walm Date: 20/06/05 Time: 9:58 * Updated in $/PRONOM4/FFIT_SOURCE/signatureFile * Returns a blank string for toString() * * ***************** Version 2 ***************** * User: Walm Date: 5/04/05 Time: 18:07 * Updated in $/PRONOM4/FFIT_SOURCE/signatureFile * review headers * */ package uk.gov.nationalarchives.droid.signatureFile; /** * holds the details of a right fragment associated with a subsequence * * @author Martin Waller * @version 4.0.0 */ public class RightFragment extends SideFragment { public String toString() { return ""; } }