mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user