mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Forgot to make the matchers Serializable.
Build fix. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.repo.avm.util;
|
package org.alfresco.repo.avm.util;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -12,8 +13,10 @@ import org.alfresco.util.NameMatcher;
|
|||||||
* NameMatcher that matches a list of extensions (case insensitively).
|
* NameMatcher that matches a list of extensions (case insensitively).
|
||||||
* @author britt
|
* @author britt
|
||||||
*/
|
*/
|
||||||
public class FileExtensionNameMatcher implements NameMatcher
|
public class FileExtensionNameMatcher implements NameMatcher, Serializable
|
||||||
{
|
{
|
||||||
|
private static final long serialVersionUID = -1498029477935181998L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The extensions to match.
|
* The extensions to match.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user