package com.tootsville;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;

/**
 * 
 * 
 * TODO: The documentation for this type (trash) is incomplete.
 * (brpocock, Sep 24, 2009)
 * 
 * @author brpocock
 * 
 */
public class trash {
	/**
	 * This is a test skeleton to make debugging JSP-based methods
	 * simpler without being embedded within a JSP
	 * 
	 * @param session WRITEME
	 * @param response WRITEME
	 * @param request WRITEME
	 */
	public static void garbage (final HttpSession session,
			final HttpServletResponse response,
			final HttpServletRequest request) {

		// Nil.

	}
}
