/*******************************************************************************
 * Copyright (c), 2001, 2002 N2 Broadband, Inc.  All Rights Reserved.
 *
 * This module contains unpublished, confidential, proprietary
 * material.  The use and dissemination of this material are
 * governed by a license.  The above copyright notice does not
 * evidence any actual or intended publication of this material.
 *
 * Author:  Drake H. Henderson
 * Created:  11-12-01
 *
 ******************************************************************************/

package com.n2bb.action;

import org.apache.log4j.Logger;
import org.apache.struts.action.Action;

public class N2bbAction extends Action {
  protected Logger n2bbLog = Logger
	.getLogger(N2bbAction.class);
}



