User: kz Date: 2008-03-05 17:21:37+0000 Modified: dba/reportdesign/java/com/sun/star/report/DataSourceException.java
Log: INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:54 oj 1.2.70.1: format changes File Changes: Directory: /dba/reportdesign/java/com/sun/star/report/ ====================================================== File [changed]: DataSourceException.java Url: http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/DataSourceException.java?r1=1.2&r2=1.3 Delta lines: +59 -61 --------------------- --- DataSourceException.java 2007-07-09 11:56:03+0000 1.2 +++ DataSourceException.java 2008-03-05 17:21:34+0000 1.3 @@ -33,11 +33,8 @@ * MA 02111-1307 USA * ************************************************************************/ - package com.sun.star.report; -import java.security.PrivilegedActionException; - /** * A general exception to indicate that there was an error while accessing the * datasource. @@ -46,6 +43,7 @@ */ public class DataSourceException extends Exception { + /** * Constructs a new exception with <code>null</code> as its detail message. * The cause is not initialized, and may subsequently be initialized by a call --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
