blob: d01102cdaedf3104b33ea3fbd0eb73e07ceb0e90 [file] [log] [blame]
/*
* Copyright 2002-2005 The Apache Software Foundation.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package code;
/**
* The test class for the VFS classloader.
*
* @author <a href="mailto:brian@mmmanager.org">Brian Olsen</a>
* @version $Revision$ $Date$
*/
public class ClassToLoad
{
private String m_message = "**PRIVATE**";
public String toString()
{
return m_message;
}
}