String urlList = blog.getPluginProperties().getProperty(URL_LIST_KEY);
String urls[] = new String[0];
if (urlList != null) {
urls = urlList.split(",");
}
UpdateNotificationPingsClient client = new UpdateNotificationPingsClient();
client.sendUpdateNotificationPing(blog, urls);
}