
uk.gov.nationalarchives.droid.signatureFile.LeftFragment Maven / Gradle / Ivy
/*
* 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: LeftFragment.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 left fragment associated with a subsequence
*
* @author Martin Waller
* @version 4.0.0
*/
public class LeftFragment extends SideFragment {
@Override
public String toString() {
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy