
| Key: |
WPP-14
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Major
|
| Assignee: |
Andrew Wills
|
| Reporter: |
Andrew Wills
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
4 minutes
|
Remaining Estimate:
|
4 minutes
|
Time Spent:
|
Unknown
|
|
|
- this.disable = !new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue();
+ this.disable = new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue();
|
|
Description
|
- this.disable = !new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue();
+ this.disable = new Boolean(pp.getValue(ClippingConfigImpl.DISABLE, null)).booleanValue(); |
Show » |
|