1 package org.displaytag.decorator;
2
3 /**
4 * Does nothing. Simply needed to define a concrete class to test getListIndex() and getViewIndex() from the abstract
5 * TableDecorator class
6 * @author fgiust
7 * @version $Revision: 608 $ ($Author: fgiust $)
8 */
9 public class ListIndexTableDecorator extends TableDecorator
10 {
11 // just subclass TableDecorator
12 }