We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7bb17 commit 42647d0Copy full SHA for 42647d0
pom.xml
@@ -39,7 +39,7 @@
39
<plugin>
40
<groupId>org.apache.maven.plugins</groupId>
41
<artifactId>maven-assembly-plugin</artifactId>
42
- <version>3.3.0</version>
+ <version>3.4.2</version>
43
<executions>
44
<execution>
45
<phase>package</phase>
src/java/com/javadeobfuscator/deobfuscator/ui/component/SwingConfiguration.java
@@ -21,7 +21,7 @@ public class SwingConfiguration
21
/**
22
* Ignored field names.
23
*/
24
- private final static Set<String> IGNORED_VALUES = new HashSet<String>();
+ private final static Set<String> IGNORED_VALUES = new HashSet<>();
25
26
static
27
{
0 commit comments