mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fix to interfaces required to be public by hibernate persistance util lib 'javassist' (alternative to CGLIB used by default in JBoss4.2.X)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6671 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -5,6 +5,6 @@ package org.alfresco.repo.avm;
|
||||
* Interface for PlainDirectoryNodes.
|
||||
* @author britt
|
||||
*/
|
||||
interface PlainDirectoryNode extends DirectoryNode
|
||||
public interface PlainDirectoryNode extends DirectoryNode
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user