comparison dwt/DWTError.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.DWTError; 15 module dwt.DWTError;
62 } 63 }
63 public Throwable throwable(){ 64 public Throwable throwable(){
64 return this.next; 65 return this.next;
65 } 66 }
66 67
67 //static final long serialVersionUID = 3833467327105808433L; 68 static const long serialVersionUID = 3833467327105808433L;
68 69
69 /** 70 /**
70 * Constructs a new instance of this class with its 71 * Constructs a new instance of this class with its
71 * stack trace filled in. The error code is set to an 72 * stack trace filled in. The error code is set to an
72 * unspecified value. 73 * unspecified value.