maybe you want to change below method into public void setPostfix( String postfix )

kristian


/** * Set the file type to be used for meta info type * documents. May be one of "xinfo" or "xtype". * * @param force the flag for forcing output */ public void setPostfox( String postfix ) { if( postfix.equalsIgnoreCase( "xtype" ) || postfix.equalsIgnoreCase( "xinfo" ) ) { m_postfix = "." + postfix; }


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to