--- /home/cpdev/src/classpath/gnu/xml/pipeline/ValidationConsumer.java	2005-07-02 21:03:16.000000000 +0000
+++ gnu/xml/pipeline/ValidationConsumer.java	2005-06-30 05:34:19.000000000 +0000
@@ -1,5 +1,5 @@
 /* ValidationConsumer.java -- 
-   Copyright (C) 1999,2000,2001 Free Software Foundation, Inc.
+   Copyright (C) 1999,2000,2001, 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -1323,7 +1323,8 @@
     // Content model validation
     //
 
-    static private final Recognizer	ANY = new Recognizer (null);
+    // GCJ LOCAL: package private to work around gcj bug.
+    static final Recognizer	ANY = new Recognizer (null);
 
 
     // Base class defines the calls used to validate content,
