mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-11-02 11:28:15 +00:00
fixing typos
This commit is contained in:
@@ -215,7 +215,7 @@ public class RoutingParsingApplicationParser extends ParsingApplicationParser {
|
|||||||
* @param pattern a regular expression pattern for evaluation
|
* @param pattern a regular expression pattern for evaluation
|
||||||
*
|
*
|
||||||
* @return this builder
|
* @return this builder
|
||||||
* @thows PatternSyntaxException if the pattern is not valid regular expression string
|
* @throws PatternSyntaxException if the pattern is not valid regular expression string
|
||||||
* @see SerializableSiembolParser
|
* @see SerializableSiembolParser
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -91,12 +91,12 @@ public class SourceRoutingApplicationParser extends ParsingApplicationParser {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds the parser with its source
|
* Adds the parser with its source
|
||||||
* @parame source a source identification for selecting the parser
|
* @param source a source identification for selecting the parser
|
||||||
* @param topic an output topic for parsing
|
* @param topic an output topic for parsing
|
||||||
* @param siembolParser a serializable siembol parser
|
* @param siembolParser a serializable siembol parser
|
||||||
*
|
*
|
||||||
* @return this builder
|
* @return this builder
|
||||||
* @thows IllegalArgumentException if the source is not unique and has been already used
|
* @throws IllegalArgumentException if the source is not unique and has been already used
|
||||||
* @see SerializableSiembolParser
|
* @see SerializableSiembolParser
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user