home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / LenientNotOKBean.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-07-12  |  459 b   |  8 lines

  1. package org.apache.cocoon.forms.samples.bindings;
  2.  
  3. public class LenientNotOKBean extends LenientBaseBean {
  4.    public LenientNotOKBean(String initVal) {
  5.       super(initVal);
  6.    }
  7. }
  8.