summaryrefslogtreecommitdiff
path: root/external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java')
-rw-r--r--external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java b/external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java
index 3cadb40cb..e6f0cd610 100644
--- a/external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java
+++ b/external/jaxp/source/gnu/xml/pipeline/PipelineFactory.java
@@ -1,5 +1,5 @@
/*
- * $Id: PipelineFactory.java,v 1.1 2003-02-01 02:10:20 cbj Exp $
+ * $Id: PipelineFactory.java,v 1.1.1.1 2003-02-01 02:10:20 cbj Exp $
* Copyright (C) 1999-2001 David Brownell
*
* This file is part of GNU JAXP, a library.
@@ -39,7 +39,7 @@ import org.xml.sax.*;
import org.xml.sax.ext.*;
-// $Id: PipelineFactory.java,v 1.1 2003-02-01 02:10:20 cbj Exp $
+// $Id: PipelineFactory.java,v 1.1.1.1 2003-02-01 02:10:20 cbj Exp $
/**
* This provides static factory methods for creating simple event pipelines.