1   /*
2    * TestActionContainer6.java
3    *
4    * Created on 10 Май 2006 г., 17:12
5    */
6   
7   package org.weda.action;
8   
9   /**
10   *
11   * @author Mikhail Titov
12   */
13  public class TestActionContainer6 
14          extends TestActionContainer implements GlobalActionsProvider
15  {    
16  }