You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2016/12/27 15:13:39 UTC

svn commit: r1776146 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java

Author: fschumacher
Date: Tue Dec 27 15:13:39 2016
New Revision: 1776146

URL: http://svn.apache.org/viewvc?rev=1776146&view=rev
Log:
Javadoc: Add description for param foldIndicatorEnabled.

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java?rev=1776146&r1=1776145&r2=1776146&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/gui/util/JTextScrollPane.java Tue Dec 27 15:13:39 2016
@@ -71,7 +71,7 @@ public class JTextScrollPane extends RTe
     /**
      * 
      * @param scriptField syntax text are to wrap
-     * @param foldIndicatorEnabled 
+     * @param foldIndicatorEnabled flag, whether fold indicator should be enabled
      * @deprecated use {@link #getInstance(JSyntaxTextArea, boolean)} instead
      */
     @Deprecated