Github user pmouawad commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/321#discussion_r149435419
--- Diff:
src/components/org/apache/jmeter/visualizers/backend/BackendListenerGui.java ---
@@ -71,6 +72,10 @@
/** A panel allowing the user to set arguments for this test. */
private ArgumentsPanel argsPanel;
+
+ /** The current className of the Backend listenenr **/
+ private String className;
--- End diff --
ok---
