Author: mrglavas
Date: Sun Sep 28 21:32:58 2008
New Revision: 699987
URL: http://svn.apache.org/viewvc?rev=699987&view=rev
Log:
Eliminating a couple unused fields.
Modified:
xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java
Modified: xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java?rev=699987&r1=699986&r2=699987&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java
(original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/AbstractSAXParser.java Sun
Sep 28 21:32:58 2008
@@ -196,12 +196,6 @@
private final AttributesProxy fAttributesProxy = new AttributesProxy();
private Augmentations fAugmentations = null;
-
- // temporary buffer for sending normalized values
- // REVISIT: what should be the size of the buffer?
- private static final int BUFFER_SIZE = 20;
- private char[] fCharBuffer = new char[BUFFER_SIZE];
-
// allows us to keep track of whether an attribute has
// been declared twice, so that we can avoid exposing the
// second declaration to any registered DeclHandler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]