[Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal AbstractDiffReporter.java,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-09-05 09:20:11
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7016 Modified Files: AbstractDiffReporter.java Log Message: fixed HTML code in javadocs Index: AbstractDiffReporter.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/AbstractDiffReporter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AbstractDiffReporter.java 16 Jul 2004 09:44:09 -0000 1.2 +++ AbstractDiffReporter.java 5 Sep 2004 09:19:54 -0000 1.3 @@ -60,9 +60,9 @@ * to INFO because the specified class is package or private accessibility. * Clirr reports changes at level INFO for all private and package * scoped objects. - * <p - * Note that the class passed here should always be from the <iold</i - * class version, because we're checking whether <iexisting</i code + * <p> + * Note that the class passed here should always be from the <i>old</i> + * class version, because we're checking whether <i>existing</i> code * would have been able to access it (potential compatibility problems) * or not. * @@ -107,16 +107,16 @@ /** * Determine whether the severity of the problem should be reduced * to INFO because: - * <ul - * <lithe specified method is package or private accessibility, or</li - * <lithe specified method is in a package or private class. </li - * </ul - * <p + * <ul> + * <li>the specified method is package or private accessibility, or</li> + * <li>the specified method is in a package or private class. </li + * </ul> + * <p> * Clirr reports changes at level INFO for all private and package * scoped objects. - * <p - * Note that the method passed here should always be from the <iold</i - * class version, because we're checking whether <iexisting</i code + * <p> + * Note that the method passed here should always be from the <i>old</i> + * class version, because we're checking whether <i>existing</i> code * would have been able to access it (potential compatibility problems) * or not. * @@ -143,16 +143,16 @@ /** * Determine whether the severity of the problem should be reduced * to INFO because: - * <ul - * <lithe specified field is package or private accessibility, or</li - * <lithe specified field is in a package or private class. </li - * </ul - * <p + * <ul> + * <li>the specified field is package or private accessibility, or</li> + * <li>the specified field is in a package or private class. </li> + * </ul> + * <p> * Clirr reports changes at level INFO for all private and package * scoped objects. - * <p - * Note that the field passed here should always be from the <iold</i - * class version, because we're checking whether <iexisting</i code + * <p> + * Note that the field passed here should always be from the <i>old</i> + * class version, because we're checking whether <i>existing</i> code * would have been able to access it (potential compatibility problems) * or not. * |