This commit is contained in:
Erik C. Thauvin 2017-05-18 20:18:01 -07:00
parent 06789a80a1
commit 32f0585a3c
2 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ class Pinboard {
}
/**
* Adds a post to del.icio.us.
* Adds a post to pinboard.in.
*
* @param entry The entry to add.
*/
@ -95,7 +95,7 @@ class Pinboard {
}
/**
* Deletes a post to del.icio.us.
* Deletes a post to pinboard.in.
*
* @param entry The entry to delete.
*/
@ -124,7 +124,7 @@ class Pinboard {
}
/**
* Returns he del.icio.us extended attribution line.
* Returns he pinboard.in extended attribution line.
*
* @param entry The entry.
* @return The extended attribution line.
@ -134,7 +134,7 @@ class Pinboard {
}
/**
* Updates a post to del.icio.us.
* Updates a post to pinboard.in.
*
* @param oldUrl The old post URL.
* @param entry The entry to add.

View file

@ -102,7 +102,7 @@ final class TellMessagesMgr {
} catch (IOException e) {
logger.error("An IO error occurred loading the messages queue.", e);
} catch (Exception e) {
logger.getLogger().error("An error occurred loading the messages queue.", e);
logger.error("An error occurred loading the messages queue.", e);
}
return new ArrayList<>();