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
The following commit(s) were added to refs/heads/master by this push:
new 96dd5b5 Remove now useless annotation
96dd5b5 is described below
commit 96dd5b504333634695b0e5e4911c0077257facb6
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Apr 10 20:14:47 2021 +0200
Remove now useless annotation
Part of: HTTP Sampler/Files upload tab - add missing buttons
Bugzilla Id: 65020
---
src/core/src/main/java/org/apache/jmeter/config/gui/RowDetailDialog.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/core/src/main/java/org/apache/jmeter/config/gui/RowDetailDialog.java
b/src/core/src/main/java/org/apache/jmeter/config/gui/RowDetailDialog.java
index f5b68c0..fef3c25 100644
--- a/src/core/src/main/java/org/apache/jmeter/config/gui/RowDetailDialog.java
+++ b/src/core/src/main/java/org/apache/jmeter/config/gui/RowDetailDialog.java
@@ -129,7 +129,6 @@ public class RowDetailDialog extends JDialog implements
ActionListener, Document
return rootPane;
}
- @SuppressWarnings("MathRoundIntLong")
private void init() { // WARNING: called from ctor so must not be
overridden (i.e. must be private or final)
this.getContentPane().setLayout(new BorderLayout(10,10));