103104105106107108109110111
Class clazz = Class.forName(name); this.authenticator = (CommentAuthenticator) clazz.newInstance(); } catch(Exception e) { mLogger.error(e); this.authenticator = new DefaultCommentAuthenticator(); } }
818283848586878889