Ticket #743 (closed defect: fixed)
Thumbnail Store Signature Mismatch
| Reported by: | callan | Owned by: | callan |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0-Beta2.2 |
| Component: | Services | Version: | |
| Keywords: | Cc: |
Description
In the Blitz ThumbnailStore interface definition:
void setPixelsId(long pixelsId) throws ServerError;
should be:
boolean setPixelsId(long pixelsId) throws ServerError;
Change History
Note: See
TracTickets for help on using
tickets.
