diff options
Diffstat (limited to 'libjava/classpath/gnu/xml/pipeline/EventConsumer.java')
-rw-r--r-- | libjava/classpath/gnu/xml/pipeline/EventConsumer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/gnu/xml/pipeline/EventConsumer.java b/libjava/classpath/gnu/xml/pipeline/EventConsumer.java index 017bc7f74f1..a0a8824f791 100644 --- a/libjava/classpath/gnu/xml/pipeline/EventConsumer.java +++ b/libjava/classpath/gnu/xml/pipeline/EventConsumer.java @@ -1,4 +1,4 @@ -/* EventConsumer.java -- +/* EventConsumer.java -- Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -75,7 +75,7 @@ public interface EventConsumer * @return The value of that property, if it is defined. * * @exception SAXNotRecognizedException Thrown if the particular - * pipeline stage does not understand the specified identifier. + * pipeline stage does not understand the specified identifier. */ public Object getProperty (String id) throws SAXNotRecognizedException; |