Skip to content

Commit

Permalink
Fixed javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jodzga committed Mar 14, 2017
1 parent 216bded commit 9ba3b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/linkedin/parseq/ParSeqGlobalConfiguration.java
Expand Up @@ -77,7 +77,7 @@ public static boolean isTrampolineEnabled() {
* Enables or disables trampoline.
* This is a dynamic runtime configuration that has immediate effect on all tasks in the current process.
*
* Trampoline prevents stack overflow in situation of extremely deep large ParSeq plans. Typically this problem
* Trampoline prevents stack overflow in situation of extremely deep ParSeq plans. Typically this problem
* does not occur and trampoline can be disabled allowing performance optimization.
*
* @param enabled
Expand Down

0 comments on commit 9ba3b03

Please sign in to comment.