353354355356357358359360361
return blogsInterface; } public CommentsInterface getCommentsInterface() { if (commentsInterface == null) { commentsInterface = new CommentsInterface(apiKey, sharedSecret, transport); } return commentsInterface; }