@@ -42,20 +42,19 @@ public final class XmlReadContext
4242 protected String _wrappedName ;
4343
4444 /*
45- /**********************************************************
46- /* Simple instance reuse slots; speeds up things
47- /* a bit (10-15%) for docs with lots of small
48- /* arrays/objects (for which allocation was
45+ /**********************************************************************
46+ /* Simple instance reuse slots; speeds up things a bit (10-15%)
47+ /* for docs with lots of small arrays/objects (for which allocation was
4948 /* visible in profile stack frames)
50- /**********************************************************
49+ /**********************************************************************
5150 */
5251
5352 protected XmlReadContext _child = null ;
5453
5554 /*
56- /**********************************************************
55+ /**********************************************************************
5756 /* Instance construction, reuse
58- /**********************************************************
57+ /**********************************************************************
5958 */
6059
6160 public XmlReadContext (XmlReadContext parent , int type , int lineNr , int colNr )
@@ -90,9 +89,9 @@ public void setCurrentValue(Object v) {
9089 }
9190
9291 /*
93- /**********************************************************
92+ /**********************************************************************
9493 /* Factory methods
95- /**********************************************************
94+ /**********************************************************************
9695 */
9796
9897 public static XmlReadContext createRootContext (int lineNr , int colNr ) {
@@ -128,9 +127,9 @@ public final XmlReadContext createChildObjectContext(int lineNr, int colNr)
128127 }
129128
130129 /*
131- /**********************************************************
130+ /**********************************************************************
132131 /* Abstract method implementation, overrides
133- /**********************************************************
132+ /**********************************************************************
134133 */
135134
136135 @ Override
@@ -155,9 +154,9 @@ public final JsonLocation getStartLocation(Object srcRef) {
155154 }
156155
157156 /*
158- /**********************************************************
157+ /**********************************************************************
159158 /* Extended API
160- /**********************************************************
159+ /**********************************************************************
161160 */
162161
163162 /**
@@ -188,9 +187,9 @@ protected void convertToArray() {
188187 }
189188
190189 /*
191- /**********************************************************
190+ /**********************************************************************
192191 /* Overridden standard methods
193- /**********************************************************
192+ /**********************************************************************
194193 */
195194
196195 /**
0 commit comments