Github user ham1 commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/364#discussion_r158423992
--- Diff: src/core/org/apache/jmeter/gui/JMeterGUIComponent.java ---
@@ -220,4 +220,12 @@
* @see org.apache.jmeter.gui.util.MenuFactory
*/
Collection<String> getMenuCategories();
+
+ /**
+ * Returns whether a component of this type can be added to the test
plan.
+ * @return true is the component can be added, false otherwise.
--- End diff --
s/is/if/---
