2002/css-validator/org/w3c/css/util InterruptedGetException.java,1.4,1.5 QuickSortAlgorithm.java,1.4,1.5 SortAlgorithm.java,1.4,1.5

Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv11311/org/w3c/css/util

Modified Files:
	InterruptedGetException.java QuickSortAlgorithm.java 
	SortAlgorithm.java 
Log Message:
tired of getting warnings about accents while compiling

Index: InterruptedGetException.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/InterruptedGetException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- InterruptedGetException.java	14 Sep 2005 15:15:32 -0000	1.4
+++ InterruptedGetException.java	26 Nov 2007 05:07:17 -0000	1.5
@@ -10,7 +10,7 @@
 /**
  * Thrown when a HTTP Get is interrupted
  * @version $Revision$
- * @author  Benoît Mahé (bmahe@w3.org)
+ * @author  Benoit Mahe (bmahe@w3.org)
  */
 public class InterruptedGetException extends IOException {
 

Index: SortAlgorithm.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/SortAlgorithm.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SortAlgorithm.java	14 Sep 2005 15:15:32 -0000	1.4
+++ SortAlgorithm.java	26 Nov 2007 05:07:17 -0000	1.5
@@ -10,7 +10,7 @@
  * This class is only to sort an array with an abstract algorithm.
  *
  * @version $Revision$
- * @author  Philippe Le Hégaret
+ * @author  Philippe Le Hegaret
  */
 public abstract class SortAlgorithm {
 

Index: QuickSortAlgorithm.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/QuickSortAlgorithm.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- QuickSortAlgorithm.java	14 Sep 2005 15:15:32 -0000	1.4
+++ QuickSortAlgorithm.java	26 Nov 2007 05:07:17 -0000	1.5
@@ -10,7 +10,7 @@
  * The quicksort algorithm.
  *
  * @version $Revision$
- * @author  Philippe Le Hégaret
+ * @author  Philippe Le Hegaret
  */
 public class QuickSortAlgorithm extends SortAlgorithm {
     int partition(Object[] objs,

Received on Monday, 26 November 2007 05:07:25 UTC