Changeset 1826
- Timestamp:
- 01/15/08 10:20:28
(1 year ago)
- Author:
- gboyst
- Message:
fixed call to status constructor for eclipse 3.2
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1780 |
r1826 |
|
| 123 | 123 | catch (UnsatisfiedLinkError ule) |
|---|
| 124 | 124 | { |
|---|
| 125 | | Status status = new Status (Status.ERROR, getUniqueIdentifier (), "Unable to load lib: " + aLibs[i], ule); |
|---|
| | 125 | Status status = new Status (Status.ERROR, getUniqueIdentifier (), 12, "Unable to load lib: " + aLibs[i], ule); |
|---|
| 126 | 126 | getLog ().log (status); |
|---|
| 127 | 127 | } |
|---|
| 128 | 128 | catch (IOException ioe) |
|---|
| 129 | 129 | { |
|---|
| 130 | | Status status = new Status (Status.ERROR, getUniqueIdentifier (), "Unable to load lib: " + aLibs[i], ioe); |
|---|
| | 130 | Status status = new Status (Status.ERROR, getUniqueIdentifier (), 13, "Unable to load lib: " + aLibs[i], ioe); |
|---|
| 131 | 131 | getLog ().log (status); |
|---|
| 132 | 132 | } |
|---|
Download in other formats:
* Generating other formats may take time.