fixing typos

This commit is contained in:
Marian Novotny
2022-11-16 16:56:23 +00:00
parent 6cb1ed76ff
commit 86d6cbefec
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ public class RoutingParsingApplicationParser extends ParsingApplicationParser {
* @param pattern a regular expression pattern for evaluation
*
* @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
*
*/

View File

@@ -91,12 +91,12 @@ public class SourceRoutingApplicationParser extends ParsingApplicationParser {
/**
* 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 siembolParser a serializable siembol parser
*
* @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
*
*/