} else {
tileProto.getStorageBroker().put(tile);
}
tileProto.getStorageObject().setCreated(tile.getCreated());
} catch (StorageException e) {
throw new GeoWebCacheException(e);
}
}
} catch (IOException ioe) {
log.error("Unable to write image tile to " + "ByteArrayOutputStream: "
+ ioe.getMessage());