[nntprss-commit] nntprss/src/org/methodize/nntprss/util HTMLHelper.java, 1.7, 1.8
Status: Beta
Brought to you by:
jasonbrome
|
From: Jason B. <jas...@us...> - 2007-12-17 04:17:16
|
Update of /cvsroot/nntprss/nntprss/src/org/methodize/nntprss/util In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1946/src/org/methodize/nntprss/util Modified Files: HTMLHelper.java Log Message: Minor updates Index: HTMLHelper.java =================================================================== RCS file: /cvsroot/nntprss/nntprss/src/org/methodize/nntprss/util/HTMLHelper.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** HTMLHelper.java 17 May 2006 04:13:38 -0000 1.7 --- HTMLHelper.java 17 Dec 2007 04:17:18 -0000 1.8 *************** *** 6,10 **** /* ----------------------------------------------------------- * nntp//rss - a bridge between the RSS world and NNTP clients ! * Copyright (c) 2002-2006 Jason Brome. All Rights Reserved. * * email: nn...@me... --- 6,10 ---- /* ----------------------------------------------------------- * nntp//rss - a bridge between the RSS world and NNTP clients ! * Copyright (c) 2002-2007 Jason Brome. All Rights Reserved. * * email: nn...@me... *************** *** 19,23 **** * http://www.w3.org/TR/html401/sgml/entities.html * ! * Portions © International Organization for Standardization 1986: * Permission to copy in any form is granted for use with * conforming SGML systems and applications as defined in --- 19,23 ---- * http://www.w3.org/TR/html401/sgml/entities.html * ! * Portions � International Organization for Standardization 1986: * Permission to copy in any form is granted for use with * conforming SGML systems and applications as defined in *************** *** 49,53 **** public class HTMLHelper { ! private static Map escapeMap = new HashMap(); static { --- 49,53 ---- public class HTMLHelper { ! private static final Map escapeMap = new HashMap(); static { |