Fixed doclint error. The patch should be upstreamed
This commit is contained in:
parent
6c8b16d150
commit
d63f93c8d3
2 changed files with 15 additions and 0 deletions
12
enjoyDoclint.patch
Normal file
12
enjoyDoclint.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel.java
|
||||
+++ runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel (copy).java
|
||||
@@ -98,7 +98,7 @@
|
||||
removeButtonListener.actionPerformed(actionEvent);
|
||||
});
|
||||
trashCanPanel.setLayout(null);
|
||||
- removeButton.setBounds(-2, 26, 32, 32); //🙈
|
||||
+ removeButton.setBounds(-2, 26, 32, 32); //monky emoticon removed, doclint do not eat it
|
||||
if (wrapperInformation.getScope().equals("local")) {
|
||||
trashCanPanel.add(removeButton);
|
||||
}
|
||||
|
||||
|
|
@ -12,6 +12,8 @@ Patch0: remove_rsyntaxtextarea.patch
|
|||
Patch1: systemFernflower.patch
|
||||
Patch2: systemProcyon.patch
|
||||
Patch3: includeLambdas.patch
|
||||
# this should be upstreamed
|
||||
Patch4: enjoyDoclint.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: byteman
|
||||
|
|
@ -41,6 +43,7 @@ This package contains the API documentation for %{name}.
|
|||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
|
||||
%build
|
||||
pushd runtime-decompiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue