Author: agomes
Date: Thu Dec  7 22:28:56 2017
New Revision: 1817432

URL: http://svn.apache.org/viewvc?rev=1817432&view=rev
Log:
Bug 61785 - fix comments

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java?rev=1817432&r1=1817431&r2=1817432&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java Thu Dec 
 7 22:28:56 2017
@@ -61,7 +61,7 @@ public final class ActionNames {
     public static final String HEAP_DUMP        = "heap_dump"; // $NON-NLS-1$
     public static final String LAF_PREFIX       = "laf:"; // Look and Feel 
prefix
     public static final String LINK_BUG_TRACKER = "link_bug_tracker:"; // URI 
of bug tracker
-    public static final String LINK_COMP_REF    = "link_component_reference:"; 
// URI of nightly build
+    public static final String LINK_COMP_REF    = "link_component_reference:"; 
// URI of component reference
     public static final String LINK_NIGHTLY_BUILD = "link_nightly_build:"; // 
URI of nightly build
     public static final String LINK_RELEASE_NOTES = "link_release_notes"; // 
URI of the release note
     public static final String LOGGER_PANEL_ENABLE_DISABLE     = 
"logger_panel_enable_disable"; // $NON-NLS-1$


Reply via email to