This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit d6642e0cfe3ae105d6ec3f2ddfa69ea56eb66d97 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Sep 28 21:00:57 2019 +0200 Add Override annotation --- .../org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/src/main/java/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.java b/src/components/src/main/java/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.java index 4e2e60f..7a981bd 100644 --- a/src/components/src/main/java/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.java +++ b/src/components/src/main/java/org/apache/jmeter/assertions/jmespath/gui/JMESPathAssertionGui.java @@ -54,6 +54,7 @@ public class JMESPathAssertionGui extends JSONPathAssertionGui { super(); } + @Override protected final void initFields() { // get the superclass fields and set their name to current component fields. super.jsonPath = new JLabeledTextField(JMeterUtils.getResString(JMES_ASSERTION_PATH));
