/* Copyright (c) Oracle Corporation 1998. All rights reserved. */
/*
* FILE
* CtxwDoc.java
*
* DESCRIPTION
* Main help class, used to establish the path prefix for help pages.
*
* AUTHOR
* G.F.Cravero
*
* LAST MODIFIED
* 10/Nov/1998
*
*/
package oracle.conText.ctxw.help;
public class CtxwDoc
{
public CtxwDoc()
{
}
}
|