comparison dwt/DWTException.d @ 2:354c569b57a9

Changed some "== null" to "is null"
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 19 Aug 2008 17:40:11 +0200
parents 8b48be5454ce
children db5a898b2119
comparison
equal deleted inserted replaced
1:8b48be5454ce 2:354c569b57a9
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
10 * Port to the D programming language: 11 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 12 * Frank Benoit <benoit@tionex.de>
12 * Jacob Carlborg <jacob.carlborg@gmail.com> 13 * Jacob Carlborg <jacob.carlborg@gmail.com>
13 *******************************************************************************/ 14 *******************************************************************************/
14 module dwt.DWTException; 15 module dwt.DWTException;
54 public Throwable throwable(){ 55 public Throwable throwable(){
55 return this.next; 56 return this.next;
56 } 57 }
57 58
58 59
59 //static final long serialVersionUID = 3257282552304842547L; 60 static const long serialVersionUID = 3257282552304842547L;
60 61
61 /** 62 /**
62 * Constructs a new instance of this class with its 63 * Constructs a new instance of this class with its
63 * stack trace filled in. The error code is set to an 64 * stack trace filled in. The error code is set to an
64 * unspecified value. 65 * unspecified value.