Skip to content

Commit 96fa46e

Browse files
committed
Merged for javadoc
2 parents 146379f + 1498a83 commit 96fa46e

File tree

1 file changed

+2
-1
lines changed
  • dot-parse/src/main/java/com/google/common/labs/parse

1 file changed

+2
-1
lines changed

dot-parse/src/main/java/com/google/common/labs/parse/Parser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
*
7272
* <p>WARNING: A poorly-written grammar with long common prefixes may incur expensive backtracking
7373
* overhead. And if you define recursive grammars using {@link #define define()} or {@link
74-
* Parser.Rule}, maliciously crafted input (think of 10K left parens) can cause StackOverflowError.
74+
* Parser.Rule}, maliciously crafted input (think of 10K left parens when a pair of parentheses
75+
* define a nested recursive grammar rule) can cause StackOverflowError.
7576
*/
7677
public abstract class Parser<T> {
7778
/**

0 commit comments

Comments
 (0)