mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Partial first cut of initial version of links management UI
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
package org.alfresco.linkvalidation;
|
||||
import java.io.Serializable;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
@@ -46,8 +47,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
* Note: It is safest to instantiate a fresh HrefValidationProgress
|
||||
* object for every invocation of updateHrefInfo().
|
||||
*/
|
||||
public class HrefValidationProgress
|
||||
public class HrefValidationProgress implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 3031274879702889688L;
|
||||
|
||||
AtomicInteger webapp_update_count_;
|
||||
AtomicInteger dir_update_count_;
|
||||
AtomicInteger file_update_count_;
|
||||
|
Reference in New Issue
Block a user