You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by pmouawad <gi...@git.apache.org> on 2017/11/06 16:43:02 UTC

[GitHub] jmeter pull request #321: [Influxdb] Allow users to add theirs owns tags

Github user pmouawad commented on a diff in the pull request:

    https://github.com/apache/jmeter/pull/321#discussion_r149131377
  
    --- 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 --
    
    This part does not seem to be related to this PR , it's probably here to avoid losing configuration when changing class. Would it be possible to make another PR ?


---