Added links management to the submit process

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5989 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-15 19:33:02 +00:00
parent 236033e28e
commit 0d95c702cb
5 changed files with 397 additions and 223 deletions

View File

@@ -44,9 +44,9 @@ import java.util.Map;
*/
public class LinkValidationReport implements Serializable
{
private int numberFilesChecked = 0;
private int numberLinksChecked = 0;
private int numberBrokenLinks = 0;
private int numberFilesChecked = -1;
private int numberLinksChecked = -1;
private int numberBrokenLinks = -1;
private boolean successful = true;
private Throwable error;