
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
22/Jun/06 02:50 AM
|
|
Document.getField() and Document.getFields() have changed in a non backward compatible manner.
Simple code like the following no longer compiles:
Field x = mydoc.getField("x");
|
|
Description
|
Document.getField() and Document.getFields() have changed in a non backward compatible manner.
Simple code like the following no longer compiles:
Field x = mydoc.getField("x"); |
Show » |
|