/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.web.util;

/** A class that is placed into the WEB-INF/classes directory to test the
access of classes in that directory.

@author Scott.Stark@jboss.org
@version $Revision: 1.2.6.1 $
*/
public class ClassInClasses
{
    public ClassInClasses()
    {
    }
}