Annotation of java/classes/org/w3c/jigsaw/acl/JAcl.java, revision 1.1

1.1     ! bmahe       1: // JAcl.java
        !             2: // $Id$
        !             3: // (c) COPYRIGHT MIT, INRIA and Keio, 1999.
        !             4: // Please first read the full copyright statement in file COPYRIGHT.html
        !             5: 
        !             6: package org.w3c.jigsaw.acl;
        !             7: 
        !             8: import java.security.acl.Acl;
        !             9: 
        !            10: import org.w3c.tools.resources.MetaDataFrame;
        !            11: 
        !            12: /**
        !            13:  * @version $Revision$
        !            14:  * @author  Benoît Mahé (bmahe@w3.org)
        !            15:  */
        !            16: public abstract class JAcl extends MetaDataFrame implements Acl {
        !            17: 
        !            18: }

Webmaster