@@ -138,7 +138,7 @@ public final class JBBPParser {
138138 *
139139 * @param source the source script to parse binary blocks and streams, must
140140 * not be null
141- * @param bitOrder the bit order for bit reading operations, must not be null
141+ * @param bitOrder the bit order for a bit reading operations, must not be null
142142 * @param customFieldTypeProcessor custom field type processor for the parser instance, it can be null
143143 * @param flags special flags for parsing process
144144 * @see #FLAG_SKIP_REMAINING_FIELDS_IF_EOF
@@ -185,7 +185,7 @@ public static JBBPParser prepare(final String script, final JBBPBitOrder bitOrde
185185 }
186186
187187 /**
188- * Prepare a parser for a script with defined bit order and special flags.
188+ * Prepare a parser for a script with defined a bit order and special flags.
189189 *
190190 * @param script a text script contains field order and types reference, it
191191 * must not be null
@@ -203,7 +203,7 @@ public static JBBPParser prepare(final String script, final JBBPBitOrder bitOrde
203203 }
204204
205205 /**
206- * Prepare a parser for a script with defined bit order and special flags.
206+ * Prepare a parser for a script with defined a bit order and special flags.
207207 *
208208 * @param script a text script contains field order and types reference, it
209209 * must not be null
@@ -297,7 +297,7 @@ public JBBPParser setExpressionArraySizeController(
297297 * @param inStream the input stream, must not be null
298298 * @param positionAtCompiledBlock the current position in the compiled script
299299 * block
300- * @param varFieldProcessor a processor to process var fields, it can be null
300+ * @param varFieldProcessor a processor to process var fields, it can be null,
301301 * but it will thrown NPE if a var field is met
302302 * @param namedNumericFieldMap the named numeric field map
303303 * @param positionAtNamedFieldList the current position at the named field
0 commit comments