File tree Expand file tree Collapse file tree
serializer/src/main/java/org/apache/xml/serializer
xalan/src/main/java/org/apache/xalan/transformer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ public final class OutputPropertiesFactory
183183 private static final int S_XALAN_PREFIX_LEN = S_XALAN_PREFIX .length ();
184184
185185 /** Synchronization object for lazy initialization of the above tables. */
186- private static Integer m_synch_object = new Integer ( 1 );
186+ private static Object m_synch_object = new Object ( );
187187
188188 /** the directory in which the various method property files are located */
189189 private static final String PROP_DIR = SerializerBase .PKG_PATH +'/' ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public class TransformerImpl extends Transformer
112112 // or reentry while the transform is going on.
113113
114114 /** NEEDSDOC Field m_reentryGuard */
115- private Boolean m_reentryGuard = new Boolean ( true );
115+ private Object m_reentryGuard = new Object ( );
116116
117117 /**
118118 * This is null unless we own the stream.
You can’t perform that action at this time.
0 commit comments