Remove public constructor for MostRecentChecksum after rebase

This commit is contained in:
Peter Dietz
2016-01-07 14:21:01 -05:00
parent 5ca77254b2
commit 59f60bf086

View File

@@ -68,9 +68,6 @@ public class MostRecentChecksum implements Serializable
{
}
public MostRecentChecksum() {
}
public Bitstream getBitstream() {
return bitstream;
}